Hi I am facing problem

I have stored 5 value in option box like 1,2,3,4,5 ,by default 5 is selectedI change the value 5 into 3, Now I want when i refresh the page the value displayed is 3 not 5 . How it possible.plz help me soon
[226 byte] By [Mritunjay0506a] at [2007-11-27 6:00:38]
# 1
U r saying that u r changing the value 5 to 3 and its showing up 5 when refreshed instead of 3.I think u might have selected the 5 as default value for the box . If u want the item which is selected to be displayed then setselected(getselected) item.
b.m.krajua at 2007-7-12 16:39:06 > top of Java-index,Java Essentials,Java Programming...
# 2
Do you mean Combobox or Radio Button?
AnanSmritia at 2007-7-12 16:39:06 > top of Java-index,Java Essentials,Java Programming...
# 3

> I have stored 5 value in option box like 1,2,3,4,5

> ,by default 5 is selected

> I change the value 5 into 3, Now I want when i

> refresh the page the value displayed is 3 not 5 . How

> it possible.

>

You don't seem to be aware that this forum is for Java. Not JavaScript. Java and JavaScript are NOT the same. You need to find a JavaScript forum.

cotton.ma at 2007-7-12 16:39:06 > top of Java-index,Java Essentials,Java Programming...
# 4
On the change event associated with combo u can call the refresh action and store the corresponding value of the combo so that u can get it when u refresh the page
javaj2eeguya at 2007-7-12 16:39:07 > top of Java-index,Java Essentials,Java Programming...