RE: Preventing selected being added to option tags

2008-01-21 Thread Andrew O'Brien
Hi Michael, > Can someone please clarify how I prevent 'selected' being > automatically added to selects? Here's my embperl file: > 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 se

Preventing selected being added to option tags

2008-01-21 Thread Michael Smith
Hi, Can someone please clarify how I prevent 'selected' being automatically added to selects? Here's my embperl file: [- $optDisableSelectScan=1; $optDisableInputScan=1; -] A B C What happens is that once you submit