Hello all, I'm just hating Netscape as much as any person has a right to while I code out some work here and have come across a slight stumbling point.<BR><BR>Right now I've been using document.all ...
erm - why do all you elements have the same name? that is not a good idea....and leads to problems like this ...
The getElementById() is a JavaScript function that lets you grab an HTML element, by its id , and perform an action on it. The name of the id is passed as a parameter, and the corresponding element is ...
Add a description, image, and links to the document-getelementbyid topic page so that developers can more easily learn about it.
Retrieving elements from an iFrame can be complicated process due to cross-browser incompatibility. While one method might work for a user accessing your site with Internet Explorer, it may not work ...