Jump to content

creating a hyperlink on an IWP page?


This topic is 4704 days old. Please don't post here. Open a new topic instead.

Recommended Posts

have you guys had any luck creating a hyperlink on an instant web publishing page?

I tried using the Open URL script. but this only seems to work if there are no pop up blockers of any kind.

It seems like there should be a better way.

How do you guys do it?

Link to comment
Share on other sites

There isn't really a better way -- you'll note that a standard hyperlink on a web page behaves in exactly the same fashion -- works only if the pop up blockers are off.

Link to comment
Share on other sites

  • 3 years later...

... you'll note that a standard hyperlink on a web page behaves in exactly the same fashion -- works only if the pop up blockers are off.

On a webpage use window.open to get around the popup blocker issue:

<a href="http://your.ip.add.ress/fmi/iwp/cgi?-db=yourDBname&amp;-loadframes" onclick="window.open('http://your.ip.add.ress/fmi/iwp/cgi?-db=yourDBname&amp;-loadframes','yourDBname'); return false;"><span class="btn_text">yourDBname</span></a>

D'oh, just realised the OP was 2007...

m.

Link to comment
Share on other sites

This topic is 4704 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.