database results hyperlink target frame

A

Adam

I've made a database for web links. In the database
results table (generated through database results wizard)
I have the choice to have the results(http ...) displayed
as a link. That part works well, but as I have that page
in a frame, it pulls the web page into the same frame. I
just can't seem to get the link to open in a new page.
How can I set the hyperlink to open in a new page? My
guess is it need a query string (new that kind of talk)for
the hyperlink address, but everything I've tried ends up
worse that the page appearing in the frame. I hope to get
this resloved because it works well--except for that
problem. I'm using fp2003. Adam.
 
K

Kevin Spencer

It needs a "target" attribute. Example:

< a href="somepage.html" target=_blank">Click Here</a>

_blank indicates that the link should open in a new window.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top