Hi, Can someone please clarify how I prevent 'selected' being automatically added to selects? Here's my embperl file:
[- $optDisableSelectScan=1; $optDisableInputScan=1; -] <form> <select name="test"> <option value="A">A</option> <option value="B">B</option> <option value="C">C</option> </select> <input type="submit"> </form> What happens is that once you submit the form, 'selected' gets automatically added to the relevant option tag. How can I prevent this, and set it (or not set it) myself instead?? Many thanks Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]