hi all,i have <html:select> in which am getting collection and in onchange function i want to display the respective(selected one)page in other(different) frame.can any help me out with a piece of code... ------here is my <html:select>----- <html:select property="selectedClaimType" onchange="toViewClaimType(this.form)"> <html ptions collection="claimValueList" property="value" labelProperty="label"/> </html:select> ------ and in the function toViewClaimType() ..how to set different actions based on selection??? c'ze the contents in claimValueList got it's own jsp page//// thanks in advance... reddy kl
Adam Hardy
Ranch Hand
Joined: Oct 09, 2001
Posts: 564
posted
0
This is pure javascript - you could do it in the javascript function by getting the value of the selected option in the select and then doing a location.href(myurl); here myurl contains the URL from the selected option.
I have seen things you people would not believe, attack ships on fire off the shoulder of Orion, c-beams sparkling in the dark near the Tennhauser Gate. All these moments will be lost in time, like tears in the rain.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.