hello all,
i have a small problam. i did 2 select list src and target.
pressing on the add button move the selected src to the target
everything is good and working untill i try to submit the target selectlist.
it looks like nothing is selected
is there any properties to mark it as selected i mean:
not like that
[HTML]<option value="x">xxxxx </option>[/HTML]
need to b like that :
[HTML]<option value="x" selected>xxxxx</option>[/HTML]
so when i post it it will send to the mysql db
sorry about the bad english and spelling
thanks for the help
i have a small problam. i did 2 select list src and target.
pressing on the add button move the selected src to the target
everything is good and working untill i try to submit the target selectlist.
it looks like nothing is selected
is there any properties to mark it as selected i mean:
not like that
[HTML]<option value="x">xxxxx </option>[/HTML]
need to b like that :
[HTML]<option value="x" selected>xxxxx</option>[/HTML]
so when i post it it will send to the mysql db
sorry about the bad english and spelling
thanks for the help
Comment