This is a discussion on "document.getElementById("tabs") has no properties" within the JavaScript Forum section. This forum, and the thread "document.getElementById("tabs") has no properties are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
document.getElementById("tabs") has no properties
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
document.getElementById("tabs") has no properties
Hi, I am trying to learn how to make a tab system for a website I have this javascript so far
My html is this
|
|
|
|
||||
|
Re: document.getElementById("tabs") has no properties
Where abouts on the page do you have the javascript? You would need to be including the function call after the HTML you have given or else it won't be found as it doesn't exist in the document at that point.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: document.getElementById("tabs") has no properties
Haha. Oh God, of course!
Oops Thanks! |
|
||||
|
Re: document.getElementById("tabs") has no properties
LOL - common mistake
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Tags |
| java, script |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| document.getElementById("userProfileCheck") is not working in Mozilla Firefox | dhineraj | JavaScript Forum | 1 | Jul 20th, 2007 05:32 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |