Article ID: 150142
Article Last Modified on 8/9/2007
<FORM ACTION="/scripts/args.cmd" METHOD="GET"><BR>
Choose an item: <A NAME="item_list"></A>
<SELECT MULTIPLE NAME="item">
<OPTION SELECTED VALUE="Item1">Item 1
<OPTION VALUE="Item2">Item 2
<OPTION VALUE="Item3">Item 3
<OPTION VALUE="Item4">Item 4
<OPTION VALUE="Item5">Item 5
<OPTION VALUE="Item6">Item 6
</SELECT>
<INPUT TYPE=SUBMIT VALUE="Submit">
<INPUT TYPE=RESET VALUE="Reset"><BR>
</FORM>
Notice that the first option of the Select list is selected and should be
selected. When the page with the form is loaded using Internet Explorer
version 1.5 for Windows NT, no list items are selected.
http://server/scripts/args.cmd?
http://server/scripts/args.cmd?item=Item1
Keywords: kbinterop KB150142