Prevent same pop up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have a page with a jump to Url using a Drop Down Box in the first page that opens a new window depending on the choice.
How do I I prevent the same pop up window from opening more than once if the person tries to choose the same option in the first page using FP 2003
Thanks
 
Mark said:
If I have a page with a jump to Url using a Drop Down Box in the first
page that opens a new window depending on the choice..
How do I I prevent the same pop up window from opening more than once if
the person tries to choose the same option in the first page using FP 2003?

If the window is already open, if you name link the same in the target tag,
it won't open a new one, but load the file in the existing window. (i.e.
target="newwindow" in the HTML)
 

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

Back
Top