Hi there!
Okay I have a pull-down menu and I want to have a value selected, based on a variable. Here is part of my code so far, which doesn’t seem to be working:
[code]
10MB
20MB
30MB
50MB
100MB
500MB
1000MB
For example, this should load the form with the value “50MB” selected.
I know I can use SELECTED in the <option>
part to start with a default value, however I often don’t know what the default value will be (Here I have set it as 50, but this is just for convinience. Really it is a variable which can be any of the option values.)
Thank you for taking the time to read my post I hope you can help.
Jaggy