Gossamer Forum
Home : Products : DBMan : Customization :

Give fieldvalue to a other script

Quote Reply
Give fieldvalue to a other script
Hi there,

I want to display a table with country's and then when somebody clicks on a country the value (country) has to be forward to a search field inside a new search.

how can i add the currect value of the field into a new search?

For your information i use 2 divered table's one with one country's and one with many information including country.

Thanks for your help
Quote Reply
Re: Give fieldvalue to a other script In reply to
I'm not sure this would work, but it might.

Include in your link:
&Country=country name&view_search=1

In html.pl, sub html_view_search, change

&html_record_form();

to

&html_record_form(%in);

Seems to me that it would work, but I haven't tried it.


------------------
JPD