I have a ListMenu names MyListBox.
<select name="MyListMenu" id="MyListMenu">
<option>a</option>
<option>b</option>
<option>c</option>
</select>
<input type="submit" name="button" id="button" value="Submit" />
If i select Item 'b' from MyListMenu and click on button, I wanna remaining item 'b' on MyListMenu after click on the Button.
How can i do this..?
Thank you...
how can i remaining selected itme in ListBox in php?
Moderator: General Moderators
Re: how can i remaining selected itme in ListBox in php?
What?dilruk83 wrote:If i select Item 'b' from MyListMenu and click on button, I wanna remaining item 'b' on MyListMenu after click on the Button.
Re: how can i remaining selected itme in ListBox in php?
Huh?tasairis wrote:What?dilruk83 wrote:If i select Item 'b' from MyListMenu and click on button, I wanna remaining item 'b' on MyListMenu after click on the Button.
Re: how can i remaining selected itme in ListBox in php?
If i select Item 'b' from MyListMenu and click on button, I wanna remaining item 'b' on MyListMenu after click on the Button.
mean
i have one listmenu and one button. asume that listmenu have three items named a,b,c
if i select a item 'b' from listmenu and click on the button.thereafter listmenu shuld be selected item 'b' on listmenu.
how can i do that in php..?
mean
i have one listmenu and one button. asume that listmenu have three items named a,b,c
if i select a item 'b' from listmenu and click on the button.thereafter listmenu shuld be selected item 'b' on listmenu.
how can i do that in php..?