ChrisRChamberlain
Programmer
Hi all
Using code similar to
can the ONCHANGE or some other event be used to reset the default value to 'My Home Page'?
TIA
PDFcommander.com
motrac.co.uk
Using code similar to
Code:
<FORM>
<SELECT ONCHANGE="location = this.options[this.selectedIndex].value;">
<OPTION VALUE="myhome.html">My Home Page
<OPTION VALUE="myresume.html">Resume
<OPTION VALUE="myhobbies.html">Hobbies
<OPTION VALUE="mydog.html">My Dog
</SELECT>
</FORM>
TIA
FAQ184-2483
Chris PDFcommander.com
motrac.co.uk