Link to Drop-Down Box?

  • Thread starter Thread starter Sheetrum
  • Start date Start date
S

Sheetrum

Is it possible to use FP to link to a page and have one of the options
pre-selected in a drop-down box?

I tried using Parameters under Edit Hyperlink, but I didn't have any luck
with that.
 
: Is it possible to use FP to link to a page and have one of
the options
: pre-selected in a drop-down box?
:
: I tried using Parameters under Edit Hyperlink, but I
didn't have any luck
: with that.

Yes. It is not going to be done solely by editing a
hyperlink; however, it will require some scripting- either
server or client side.
The easiest way I can think of would be to suffix your link
with a query string, and then use scripting on the client
page to read the query string, and set the selected option
 
.... and just how do I go about doing this?

I've only done a bit of scripting and most of that was copy / paste and
modified for my needs.
 
Back
Top