Freeze a Drop Down List
Let's say you have a jsp page that has two drop down lists. When you make a particular selection, another form opens in the bottom frame. Once the user selects the option in the bottom frame, you want
ITPro Today
August 27, 2003
1 Min Read
Let's say you have a jsp page that has two drop down lists. When you make a particular selection, another form opens in the bottom frame. Once the user selects the option in the bottom frame, you want to freeze the options in the frame above.Well yes you can. You can use javascript onselect() in the bottom frame to make the form elements in the upper frame to read only.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like