Interactive button links FP 2003

  • Thread starter Thread starter chill888
  • Start date Start date
C

chill888

Hi,

The Interactive buttons in FP 2003 are a big improvement, but:

Whenever they are clicked they open a new browser window. Unlike the
standard Hyperlink, I can't find an option for opening the new page in
the same browser window.

Any advice?

Thanks,

(e-mail address removed)
 
Interactive buttons will open links in the same window unless either:
A base target has been set - look for a tag in the <head> section of the
page in Code view that resembles <base target="main"> and remove it.
or
A target has been set within the link <a href="page.htm target="main"
onmouseover="......
 

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

Similar Threads


Back
Top