| | |
getElementById is null
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
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
Could someone help me??
and i wanted to set the default drop down option
html Syntax (Toggle Plain Text)
<html> <head> <script type="text/javascript"> var i = 0; var someValue = '4'; var mySelect = document.getElementById('category'); while(i < mySelect.options.length) { if(mySelect.options[i].value == someValue) { mySelect.options[i].selected = true; } i++; } </script> </head> <body> <select id="category"> <option value="1" >Статика</option> <option value="4">Статика2</option> <option value="7">Статика3</option> </select> </body> </html>
Last edited by samlabs821; Oct 21st, 2009 at 2:52 am.
![]() |
Similar Threads
- Need to make responsetext elements navigable with HREF (JavaScript / DHTML / AJAX)
- Is this possible? (JavaScript / DHTML / AJAX)
- Dynamic ID (JavaScript / DHTML / AJAX)
- 'document.getElementById(...)' is null or not an object. (JavaScript / DHTML / AJAX)
- Expand one div while collapsing ALL others, MY code SHOULD work. (JavaScript / DHTML / AJAX)
- Simple number... (JavaScript / DHTML / AJAX)
- Printing using Web Control Print button VB.NET (JavaScript / DHTML / AJAX)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Javascript eventhandler and onbeforeunload
- Next Thread: IE selection() issue
| Thread Tools | Search this Thread |
2.0 actionlistener adobe adobeacrobat ajax ajaxexample api array asp asp.net automation body browser c# cakephp cart checkbox close code codes css dependent developer development dom editor epilepsy events explorer ext external file firefox flash form format frameworks functiontesting getselection griefers gui guidancer gxt hackers head html htmlform ie8 iframe images include internet java javascript jquery jsf jsp keyword masterpage math microsoft mysql news paypal pdf perl php post problem programming regex runtime scale scriptlets scroll search session shopping singleton size software source static tag test testautomation treeview ui unicode url validation vb visualization w3c web windowofwords windowsxp wysiwyg xml zeroday






) 