July 22, 200718 yr 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?
July 22, 200718 yr 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.
June 3, 201114 yr ... 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.
Create an account or sign in to comment