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:...
... 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...
... 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...
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...
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...
Here is the page with your code: < html> < body> < script> var MSN_Check; document.write("<object classid='clsid:F3A614DC-ABE0-11d2-A441-00C04F795683' ...
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 ...
Zaheer Ahmed
www.zae@...
Jun 15, 2009 5:25 am
16705
you can start from this http://www.w3schools.com/js/default.asp ... From: Zaheer Ahmed <www.zae@...> Subject: [JavaScript] JavaScript Pre Learning To:...
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...
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...
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...
Hi All: I've been doing research on cancelBubble() and stopPropagation(). What I've discovered is that cancelBubble() works quite well. Unfortunately,...
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 ...
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...
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...
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...
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...
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...
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...
andrea gasparrini
andreagasparrini@...
Jul 17, 2009 11:16 pm
16719
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....
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...
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: ...
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...
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...
"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...
... See my comments added to the code below. Does this help? ... var tables = document.getElementsByTagName('table'); // tables = set of all <table> elements...
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...