Home »
Public Forums »
archive »
Re: ION script drop-down
Re: ION script drop-down [message #48443] |
Tue, 25 April 2006 03:41 |
greg michael
Messages: 163 Registered: January 2006
|
Senior Member |
|
|
The dumb, but bearable solution...
Zoom:
<select name="zoom" size="1">
<option <ION_IF EXPR="$zoom EQ '4x'" >selected</ION_IF> >4x
<option <ION_IF EXPR="$zoom EQ '2x'" >selected</ION_IF> >2x
<option <ION_IF EXPR="$zoom EQ '1x'" >selected</ION_IF> >1x
<option <ION_IF EXPR="$zoom EQ '1/2'" >selected</ION_IF> >1/2
<option <ION_IF EXPR="$zoom EQ '1/3'" >selected</ION_IF> >1/3
<option <ION_IF EXPR="$zoom EQ '1/4'" >selected</ION_IF> >1/4
<option <ION_IF EXPR="$zoom EQ '1/6'" >selected</ION_IF> >1/6
<option <ION_IF EXPR="$zoom EQ '1/8'" >selected</ION_IF> >1/8
<option <ION_IF EXPR="$zoom EQ '1/11'">selected</ION_IF> >1/11
<option <ION_IF EXPR="$zoom EQ '1/16'">selected</ION_IF> >1/16
</select>
|
|
|
Current Time: Wed Oct 08 19:20:54 PDT 2025
Total time taken to generate the page: 0.00295 seconds