Hey all, I have a question for ya all. I am dynamically making a drop down list looping with this command
I do not want to use forms, is there a way to create the element without the form tag?
Thanks, -T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
Code:
document.Form.ElementId.options[x+1] = new Option(arrayOne[x],arrayOne[x]);
Thanks, -T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!