Database drop list redirection

I

Ian

I have a page which contains a drop down list populated by a database field,
no problem getting values. I'm trying on the same page to capture the value
a force another table to pull specific information relating to the selected
value of the drop down list.

My problem is that once a value is populated in the list then event
triggering the table does not take place. I am aware that I could hyperlink
the drop down list and force a new page to be displayed but wanted to keep
the same page....any ideas!

Many thanks

Ian
 
M

MD Websunlimited

Hi Ian,

Not sure I understand what you want but if it is to keep the same page but change a table on that page then target an Iframe as the
o/p of the DD onchange event.
 
I

Ian

Thanks for the advise, it's close to what I want. I've setup the onchange
event and given it a URL to move to this works fine. Only problem is no
data is presented in the the new page, I've tried creating a parameter with
the value CLASSIFICA='<%=FP_FieldURL(fp_rs,"CLASSIFICA")%>' but this gives
an ASP error on loading the page.

Any advice on the best way to pass a value from the drop down list to a
Iframe to then be used by another database search?

Regards

Ian

MD Websunlimited said:
Hi Ian,

Not sure I understand what you want but if it is to keep the same page but
change a table on that page then target an Iframe as the
 
Top