DScoffers
04-22-2008, 07:31 AM
Hi all,
I have some drop down lists generated by DRW.
I want to use the onchange function on the drop down to automatically open another page with the newly selected value as a parameter in the URL.
I've used the guide on frontpagehowto.com (http://www.frontpagehowto.com/howto/onchangedropdown.htm) to add the onchange action and it does open the page I've specified in Form properties.
However it doesn't allow me to add the parameter from the drop down to the url.
Fixtureprice2.asp?TicketCat=<%=FP_FieldURL(fp_rs,"TicketCat")%>
<%=FP_FieldURL(fp_rs,"TicketCat")%> should be the newly selected value.
If I put Fixtureprice2.asp?TicketCat=3
then it works, so the <%=FP_FieldURL(fp_rs,"TicketCat")%> muct be incorrectly stated.
All help appreciated.
I have some drop down lists generated by DRW.
I want to use the onchange function on the drop down to automatically open another page with the newly selected value as a parameter in the URL.
I've used the guide on frontpagehowto.com (http://www.frontpagehowto.com/howto/onchangedropdown.htm) to add the onchange action and it does open the page I've specified in Form properties.
However it doesn't allow me to add the parameter from the drop down to the url.
Fixtureprice2.asp?TicketCat=<%=FP_FieldURL(fp_rs,"TicketCat")%>
<%=FP_FieldURL(fp_rs,"TicketCat")%> should be the newly selected value.
If I put Fixtureprice2.asp?TicketCat=3
then it works, so the <%=FP_FieldURL(fp_rs,"TicketCat")%> muct be incorrectly stated.
All help appreciated.