Hello,
I have a webspeed program containing a form in with a HTML list box created by using <select> and <options> Tags. The list box has a number of List Items.
There is a Submit button on the form.
When the user clicks on the Submit button, the program behaviour is not as expected. The page that is returned is a plain page with some text on it. On closer inspection it is found that the text is nothing but the ListBox options (List items).
For eg., If the list box is containing followings List items :
List01
List02
List03
.
.
List10
The following gets displayed on the screen on submission of the form:
List01 List02 List03 List04 . . . List10
The problem is occasional in nature and does not happen everytime the program is executed.
Am I doing something wrong here?
Has anybody faced a similar problem?
Or is this some webspeed bug?
Wud be nice if somebody can help.
Thanks in advance..
-Allan
I have a webspeed program containing a form in with a HTML list box created by using <select> and <options> Tags. The list box has a number of List Items.
There is a Submit button on the form.
When the user clicks on the Submit button, the program behaviour is not as expected. The page that is returned is a plain page with some text on it. On closer inspection it is found that the text is nothing but the ListBox options (List items).
For eg., If the list box is containing followings List items :
List01
List02
List03
.
.
List10
The following gets displayed on the screen on submission of the form:
List01 List02 List03 List04 . . . List10
The problem is occasional in nature and does not happen everytime the program is executed.
Am I doing something wrong here?
Has anybody faced a similar problem?
Or is this some webspeed bug?
Wud be nice if somebody can help.
Thanks in advance..
-Allan