getElementById is null

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2008
Posts: 15
Reputation: samlabs821 is an unknown quantity at this point 
Solved Threads: 0
samlabs821's Avatar
samlabs821 samlabs821 is offline Offline
Newbie Poster

getElementById is null

 
0
  #1
Oct 21st, 2009
Hi there .. I have error on my firebug it says:document.getElementById("category") is null
Could someone help me??
and i wanted to set the default drop down option
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. var i = 0;
  5. var someValue = '4';
  6. var mySelect = document.getElementById('category');
  7. while(i < mySelect.options.length) {
  8. if(mySelect.options[i].value == someValue) {
  9. mySelect.options[i].selected = true;
  10. }
  11. i++;
  12. }
  13. </script>
  14. </head>
  15. <body>
  16. <select id="category">
  17. <option value="1" >Статика</option>
  18. <option value="4">Статика2</option>
  19. <option value="7">Статика3</option>
  20. </select>
  21. </body>
  22. </html>
Last edited by samlabs821; Oct 21st, 2009 at 2:52 am.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 317
Reputation: Thirusha is an unknown quantity at this point 
Solved Threads: 51
Thirusha's Avatar
Thirusha Thirusha is offline Offline
Posting Whiz
 
0
  #2
Oct 21st, 2009
I think you should add the javascript provided to a function then call the function using the body onload event, it will then work.
Life... Is a Moment
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 15
Reputation: samlabs821 is an unknown quantity at this point 
Solved Threads: 0
samlabs821's Avatar
samlabs821 samlabs821 is offline Offline
Newbie Poster

solved

 
0
  #3
Oct 21st, 2009
thanks you helped me:)
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 317
Reputation: Thirusha is an unknown quantity at this point 
Solved Threads: 51
Thirusha's Avatar
Thirusha Thirusha is offline Offline
Posting Whiz
 
0
  #4
Oct 21st, 2009
Pleasure
Life... Is a Moment
Reply With Quote Quick reply to this message  
Reply

Tags
html, javascript

Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC