esthera
04-12-2007, 01:05 PM
i have form that has in it
<tr><td>Billing Country<font class=red> *</font>fieldvalue:2db value:2</td><td><select name=bcountry><option value="">--select--</option><option value='1'>Canada</option><option value='2' selected>Israel</option><option value='3'>United States</option><option value='5'>South Africa</option></select></td></tr>
now for some reason when I look at the page on the site (generated by asp) the options that is selected with selected after it is not showing as selected
if i copy and paste the complete html and save as a html file and look at it then it does work
any ideas?
<tr><td>Billing Country<font class=red> *</font>fieldvalue:2db value:2</td><td><select name=bcountry><option value="">--select--</option><option value='1'>Canada</option><option value='2' selected>Israel</option><option value='3'>United States</option><option value='5'>South Africa</option></select></td></tr>
now for some reason when I look at the page on the site (generated by asp) the options that is selected with selected after it is not showing as selected
if i copy and paste the complete html and save as a html file and look at it then it does work
any ideas?