Gossamer Forum
Home : Products : DBMan : Discussions :

Results in an iframe!

Quote Reply
Results in an iframe!
Anyone can view search results which are displayed in an existing html page via an iframe. The records in this database will have a web address. When you click on the web link it opens within the iframe. The iframe is small and of course will only show a small part of the web page. How do I target out of the iframe when someone clicks on the url link?

The link to the temporary database is http://www.invisiongrafix.com/...r/bus_businesses.htm Then click on the link under "Roster".
Quote Reply
Re: [rdub] Results in an iframe! In reply to
In html.pl (under "sub html_record) you'll have to change this line:

<A HREF="$rec{'URL'}">$rec{'URL'}</A>

to this

<A HREF="$rec{'URL'}" TARGET="new">$rec{'URL'}</A>
Quote Reply
Re: [Watts] Results in an iframe! In reply to
Doesn't do anything when I click on it now.

http://www.invisiongrafix.com/...r/bus_businesses.htm then click on the link under "Roster"

Also, any idea how to get rid of the bottom scroll bar?
Quote Reply
Re: [rdub] Results in an iframe! In reply to
Should be "blank" rather than "new". Thank you very much.
Quote Reply
Re: [rdub] Results in an iframe! In reply to
Yep... have some others who use various browsers (netscape, mozilla, etc) check it out to make sure it works for everyone. There are about a million versions of opening a new window.