M
Mbraid96
I've got my site up using Pub03 and I have my photo gallery all set up on the
page but when I click on the thumbnail the picture opens in the same (main)
IE browser window. I'd like to make the pictures open in a new window so
viewers don't have to click the back button to navigate to another picture.
I've tried searching google for help with this and the only help I've been
able to find was the following link:
http://office.microsoft.com/en-us/assistance/HA011587451033.aspx
I tried to use the ECMA Script code snipet from the link listed above to get
my hyperlinks to open in the new window, but after updating my page all I get
is the 'Error on Page' exclamation mark in Internet Explorer and nothing
opens. I can revert my site to the old style and the picture will open fine
in the same window. This leads me to belive its a possible problem with the
following code I've inserted in the HTML fragment box?
<script language="JavaScript" type="text/javascript"> <!-- function
Show(Url, Name, Features) { window.open(Url, Name, Features); } // -->
</script>
When hyperlinking my picture I use the following path and the coresponding
image files are on my hosting server:
javascript:Show('http://www.dominionpools.com/index_files/Recent_Commercial/KB.jpg',
'newwindow', 'toolbar=no,scrollbars=yes,resizable=yes,height=250,width=250')
Thanks in advance to anyone that can help!
page but when I click on the thumbnail the picture opens in the same (main)
IE browser window. I'd like to make the pictures open in a new window so
viewers don't have to click the back button to navigate to another picture.
I've tried searching google for help with this and the only help I've been
able to find was the following link:
http://office.microsoft.com/en-us/assistance/HA011587451033.aspx
I tried to use the ECMA Script code snipet from the link listed above to get
my hyperlinks to open in the new window, but after updating my page all I get
is the 'Error on Page' exclamation mark in Internet Explorer and nothing
opens. I can revert my site to the old style and the picture will open fine
in the same window. This leads me to belive its a possible problem with the
following code I've inserted in the HTML fragment box?
<script language="JavaScript" type="text/javascript"> <!-- function
Show(Url, Name, Features) { window.open(Url, Name, Features); } // -->
</script>
When hyperlinking my picture I use the following path and the coresponding
image files are on my hosting server:
javascript:Show('http://www.dominionpools.com/index_files/Recent_Commercial/KB.jpg',
'newwindow', 'toolbar=no,scrollbars=yes,resizable=yes,height=250,width=250')
Thanks in advance to anyone that can help!