|
You can also use the @CHOICELIST and place
your array into the SELECTED section Like SELECTED=”@@request$myarray[*,1]” Ben From: David Shelley
[mailto:[EMAIL PROTECTED] Mark, Here’s a snippet that might help: <@assign request$itemList <@tokenize
value="item1,item2,item5" chars=",">> <select name=item size=6 multiple> <option value="item1" <@if
expr="@@request$itemList contains item1"
true="selected">>item1</option> <option value="item2" <@if
expr="@@request$itemList contains item2"
true="selected">>item2</option> <option value="item3" <@if
expr="@@request$itemList contains item3"
true="selected">>item3</option> <option value="item4" <@if
expr="@@request$itemList contains item4"
true="selected">>item4</option> <option value="item5" <@if
expr="@@request$itemList contains item5"
true="selected">>item5</option> <option value="item6" <@if
expr="@@request$itemList contains item6"
true="selected">>item6</option> </select> -----Original Message----- Is this possible? ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf |
Title: Is this possible?
- Witango-Talk: Is this possible? Mark Weiss
- RE: Witango-Talk: Is this possible? David Shelley
- RE: Witango-Talk: Is this possible? Ben Johansen
- Re: Witango-Talk: Is this possible? Customer Support
- Re: Witango-Talk: Is this possible? Mark Weiss
