JohnJohn Posted July 22, 2007 Posted July 22, 2007 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?
Genx Posted July 22, 2007 Posted July 22, 2007 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.
macamaca Posted June 3, 2011 Posted June 3, 2011 ... 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&-loadframes" onclick="window.open('http://your.ip.add.ress/fmi/iwp/cgi?-db=yourDBname&-loadframes','yourDBname'); return false;"><span class="btn_text">yourDBname</span></a> D'oh, just realised the OP was 2007... m.
Recommended Posts
This topic is 5189 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 accountSign in
Already have an account? Sign in here.
Sign In Now