JavaRanch » Java Forums »
Engineering »
HTML, CSS and JavaScript
| Author |
Dropdown list
|
Yatin Shah
Ranch Hand
Joined: Sep 11, 2004
Posts: 72
|
|
Hello,
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:
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
I edited your post to fix the code tags. Please take more care in the future to make sure that your code tags are valid.
If you are using document.write(), just place the script tag wherever you want the output to appear.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Yatin Shah
Ranch Hand
Joined: Sep 11, 2004
Posts: 72
|
|
Hello Bear,
Thanks for your reply. But I am sorry to say that. I did not get your point. Where am I wrong?
Would you please tell me more in details?
Thanking You,
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
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.
|
 |
Yatin Shah
Ranch Hand
Joined: Sep 11, 2004
Posts: 72
|
|
Hi Bear,
Thanks I will try.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
|
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.
|
 |
 |
|
|
subject: Dropdown list
|
|
|
|