ION script drop-down [message #48460] |
Mon, 24 April 2006 10:06 |
greg michael
Messages: 163 Registered: January 2006
|
Senior Member |
|
|
ION script offers replacements for html check-boxes and radio-buttons
with the characteristic that they retain their state on page reloading.
But not, for example, for a drop-down. I'm wondering whether this is
because there's a trivial way to do that programmatically (I know very
little about html - I'm learning it through ION script...), or it's
just tough luck.
This is what the html looks like - I'd like to keep the 'selected' in
the right place. I could, of course, write some IDL to generate the
code, I suppose...
Zoom:
<select name="zoom" size="1">
<option>4x
<option>2x
<option>1x
<option>1/2
<option>1/3
<option selected>1/4
<option>1/6
<option>1/8
<option>1/11
<option>1/16
</select>
thanks for any ideas,
Greg
|
|
|