Is there a way to request the DOM of an another page? Better yet, is there a way to know if the page that I will call will show some error? Here is my problem:...
16698
janwen
loujianwen1986
Jun 4, 2009 6:13 pm
... you can write this to do that, you js verification,if verification fail,you could set some variable,oh,you use ajax verification? that is easy to do...
16699
Jon Stephens
jdwayside
Jun 4, 2009 7:36 pm
... Not unless your script opens it and it's in the same domain as the page containing your script. That's a security feature -- otherwise, people could...
16700
Denis Caggiano
onaiggac
Jun 5, 2009 4:33 pm
Tks to all for the help, Im looked for a Gtalk and MSN detection but and found nothing... For now, when the user click the Gtalk button, I send the URL to a...
16701
Philip Chan
comphilip
Jun 6, 2009 8:39 pm
I found the code to detect whether the client has installed MSN. I have no idea whether it works on FF or Opera and so on. varMSN_Check; ...
16702
megelinic
Jun 8, 2009 9:15 pm
Although I'm a huge fan of VBScript, I realize that many people aren't. That's why I'm trying to accomodate them as well. I know that Internet Explorer has...
16703
Denis Caggiano
onaiggac
Jun 10, 2009 8:38 pm
Here is the page with your code: < html> < body> < script> var MSN_Check; document.write("<object classid='clsid:F3A614DC-ABE0-11d2-A441-00C04F795683' ...
16704
Zaheer Ahmed
www.zae@...
Jun 15, 2009 5:25 am
Dear All, I am a new member in this group and recently started learning javascript... What I am looking now is to get some basic stuff regards to Javascript ...
16705
Abdulla Abdelhaq
abdulla_abde...
Jun 15, 2009 5:10 pm
you can start from this http://www.w3schools.com/js/default.asp ... From: Zaheer Ahmed <www.zae@...> Subject: [JavaScript] JavaScript Pre Learning To:...
16706
Ari Strauch
strauch_ari
Jun 18, 2009 5:10 pm
Hi: I recently joined the group and was hoping to get an answer to a question I have. Firstly, thank you so much for having this group and the others similar...
16707
David Smart
smartware_co...
Jun 18, 2009 10:09 pm
A Google search for JavaScript image map gives plenty of hits. Aren't they useful? Regards, Dave S ... From: "Ari Strauch" <strauch_ari@...> To:...
16708
lopu0290
Jun 19, 2009 5:36 pm
hi... i have recently joined this group. i know some of the basis of javascript. i wish to know more about it. can anyone help me regarding the other important...
16709
epul_milanisti
Jun 19, 2009 5:47 pm
i've tried to implement the example of Really Simple History library given by O'reilly, but it does'nt work. So,Please give me explanation about what rsh.js...
16710
shadeoh
Jul 7, 2009 4:45 pm
Hi All: I've been doing research on cancelBubble() and stopPropagation(). What I've discovered is that cancelBubble() works quite well. Unfortunately,...
16711
David Smart
smartware_co...
Jul 7, 2009 9:07 pm
I think stopPropagation and cancelBubble are equivalent - just work in different browser brands. The first two Google hits I got talk about this. Look at ...
16712
fashionablywired
fashionablyw...
Jul 11, 2009 8:43 pm
I'm using JSLint to help clean up my Javascript code, but it has very high standards. I have one section in my program where I need to populate a listbox from...
16713
Max
obivankenobi
Jul 13, 2009 6:37 pm
You can try using addEventListener to your JS code to fire when click event is detected on the element (in your case listbox). Now, I do not claim to be an...
16714
indumathis19
Jul 14, 2009 7:51 pm
hi, If you want to test your Knowledge in javascript, Click the following link. http://www.w3schools.com/js/js_quiz.asp ...
16715
shadeoh
Jul 15, 2009 7:28 pm
Hi All: Does anyone have any idea as to why the following code displays correctly on IE8, but not on FireFox 3 (or SeaMonkey, NetScape, Amaya). The status bar...
16716
Max
obivankenobi
Jul 15, 2009 7:28 pm
Hi All, I have a problem with IE reloading after a simple function is executed. The problem occurs after the data is sent to the input element in a form. Here...
16717
David Smart
smartware_co...
Jul 15, 2009 10:34 pm
Nothing obviously wrong with the statement, but a couple of things to try ... The specs list (i.e. status, etc) is a comma-separated list. You seem to have...
16718
andrea gasparrini
andreagasparrini@...
Jul 17, 2009 11:16 pm
Hello Groups, I am a new member of this mailinglist. I have a little problem with a java script for date and time for to put on a web page. I would like to put...
16719
Max
obivankenobi
Jul 17, 2009 11:16 pm
Seems to me that the problem is gone after I cleared the cache on my IE. Possibly some old code was hanging out overriding my new code. Weird....
16720
Sándor Tamás ...
santa750602
Jul 17, 2009 11:19 pm
Hi, I tried Eclipse PDT as PHP and Javascript editor, and for PHP it is great. But it can't handle Javascript objects properly, so I'm looking for some better...
16721
evzen.pomschar
Jul 17, 2009 11:20 pm
I am a novice in Javascript and right now going through a book by Jeremy Keith - "DOM Scripting" I would be pleased if someone could explain me one function: ...
16722
David Smart
smartware_co...
Jul 18, 2009 4:46 am
Sorry, you haven't actually said what your problem is. You need to show the code you have written and tell us what it is doing ... and exactly what it is...
16723
David Smart
smartware_co...
Jul 18, 2009 4:56 am
If I understand the naming correctly, Eclipse PDT is the PHP Development Tools for Eclipse. If this is the case, I wouldn't have expected it to handle...
16724
David Smart
smartware_co...
Jul 18, 2009 5:19 am
"Odd" is the thing that determines odd/even rows so that it can stripe alternate rows. It is initially false, then is tested in the if statement to see if the...
16725
Jon Stephens
jdwayside
Jul 18, 2009 2:32 pm
... See my comments added to the code below. Does this help? ... var tables = document.getElementsByTagName('table39;); // tables = set of all <table> elements...
16726
lester.guerzon
Jul 19, 2009 3:17 am
Is there a way in javascript wherein you overwrite the URL in the address bar? you change the url so that when the user visits the page, he would see a fake...