Manisha, At least in recent versions of Netscape Navigator (I guess any 4.x onwards) you can change the value of a textbox using javascript *without* having to reload the page. If I had a strong reason to reload the page, like adding/removing elements of a combobox using JS, and if I wanted to achieve what you want now, I would put some code in the onLoad() event of the <BODY ..> that would look at the textbox value and do a select on the combobox. Aby TeamND > -----Original Message----- > From: Manisha [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 05, 2000 3:18 AM > To: [EMAIL PROTECTED] > Subject: [ND] To get the previous value of combo box even after > re-loading the page > > > > Hi All, > I have a text box in form whose display depends on the user's > selection of item in combo box. > I have a javascript function which is invoked on onChange > of the Combo Box. > This reloads the page and so the next time the text box is > displayed on the basis of the value selected in the combo box. > > PROBLEM is that the next time when user reloads the page the > combo box does not reflect the value selected by user > earlier. It instead displays the default value each time the > page is re-loaded. > Can some one suggest a work around or a possible solution to > this please?? > > Thanks > Manisha _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
