|
-
Sep 10th, 2004, 01:20 PM
#1
Thread Starter
Hyperactive Member
document.getElementsById
what is Netscape 4.7's equivalent of:
var obj = document.getElementsById("IDname");
I need this to set a text to a td:
<td id="IDname"></td>
-
Sep 10th, 2004, 03:00 PM
#2
Frenzied Member
It is document.getElementById(id). not document.getElements ById. This should work accross the board. If it doesn't then don't bother with that browser.
Have I helped you? Please Rate my posts. 
-
Sep 11th, 2004, 01:53 AM
#3
Netscape 4 doesn't support it. And most people don't support Netscape 4 any longer. Face it, it's outdated.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|