superfly404
Technical User
Is there a way to create a dynamic list menu in a form with Javascript...
<form name="form1" method="post" action="">
From<select name="select">
</select>
</form>
Using code from an XML file like this stored in a different file?
<FROM="John"></FROM>
<FROM="Mary"></FROM>
<FROM="Thomas"></FROM>
<form name="form1" method="post" action="">
From<select name="select">
</select>
</form>
Using code from an XML file like this stored in a different file?
<FROM="John"></FROM>
<FROM="Mary"></FROM>
<FROM="Thomas"></FROM>