If the page has been completely rendered (i.e., you want to do this at a later point in time, e.g. during an event handler) you'll have to use DOM to set or change text on a page. [ September 08, 2006: Message edited by: Ulf Dittmer ]
no i do not want that the value print in same javascript function actulayy what i want is : i have a select button and when user selected one of the option then that option is stored by the onChange event and by that javascript function i am capturing the value selected , and now i want to store this value in a variable and i want to use this value at alter point of time i mean either in the same html page or in the same jsp page please suggest me how to retrive this value???
and now i want to store this value in a variable and i want to use this value at alter point of time i mean either in the same html page or in the same jsp page
Why dont you store the value in the Session, if you want it across jsps?