A
AaronMor
I am trying to setup some hyperlinks that will open to a new page that I can
control the size of the new window. I have been following the example created
by Connie Miller (
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx). I have
copied the following information into a HTML Code Fragment box:
<script language="JavaScript" type="text/javascript"> <!-- function Show(Url,
Name, Features) { window.open(Url, Name, Features); } // --> </script>
And then have copied the following into the hyperlink address box:
javascript:Show('http://www.fourthcoffee.com/ ', 'newwindow', 'toolbar=no,
scrollbars=yes,resizable=yes,height=250,width=250')
However, when I publish the file to the directory within my work server it
will not work. I get a message stating that there is an error on the page.
Can anyone please let me know what the problem is??????
control the size of the new window. I have been following the example created
by Connie Miller (
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx). I have
copied the following information into a HTML Code Fragment box:
<script language="JavaScript" type="text/javascript"> <!-- function Show(Url,
Name, Features) { window.open(Url, Name, Features); } // --> </script>
And then have copied the following into the hyperlink address box:
javascript:Show('http://www.fourthcoffee.com/ ', 'newwindow', 'toolbar=no,
scrollbars=yes,resizable=yes,height=250,width=250')
However, when I publish the file to the directory within my work server it
will not work. I get a message stating that there is an error on the page.
Can anyone please let me know what the problem is??????