Is any one help me in my javascript and HTML? I have to create function which will create a drop down list. Please take a look following code:
My function is working properly. I need to place at particular place. I mean within ><div id="cList"> tag. Function should run when the page is loaded by browser. please take a look my following html code:
Sorry, but I don't know how to make it any clearer. As document.write() simply spits out its output inline wherever it is placed, you simply put the script tag containing the document.write() statements wherever you want them to appear.
Also bear in mind that this is a fairly antiquated way of inserting dynamic elements in a page. Much more commonly, dynamic elements will be handled on the server by a technology such as JSP or PHP.