I seem to forget the coding to force the select option to automaticly show a certain option when a visiter comes to the site or when he clicks on an option and then comes back I want it to reset to a default setting. What is the code line I need Pat
korkus2000
4:44 pm on May 13, 2004 (gmt 0)
<option value="default" selected>Choose an option</option>
BlobFisk
5:00 pm on May 13, 2004 (gmt 0)
FYI, in XHTML you need to use selected="selected" to be standards compliant.