Gossamer Forum
Home : Products : DBMan : Customization :

Return search results in another frame

Quote Reply
Return search results in another frame
Hi,

I have successfully integrated the search form on the left of the window frame. But the problem is, how can I make the search results return to the right window frame?

Thanks
Gina
Quote Reply
Re: Return search results in another frame In reply to
In your form codes, use the target attribute, like the following:

Code:
<FORM ACTION="GET" METHOD="http://www.mydomain.com/cgi-bin/dbman/db.cgi" target="_parent">

Change _parent to the name of your main right frame.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------