A
AaronMor
I have read all of these message boards and I can not get this to work. I
have multiple webpages that have multiples spots where if the user needs more
information they can click either a image or text that will take them to a
page with help information. Right now my pages all open in the same window. I
would like to have them open in seperate new windows.
I have tried the following which I thought would be the best solution since I
have multiple links on each page.
<script language="JavaScript" type="text/javascript">
function Show(Url, Name, Features) { window.open(Url, Name, Features); }
</script>
and then I used the following in the hyperlink of a image.
javascript:Show('index_files/5x_retrofit.htm','newwindow','toolbar=no,
scrollbars=yes,resizable=yes,height=250,width=250')
Everytime I get an error on the page, what am I doing wrong???????
have multiple webpages that have multiples spots where if the user needs more
information they can click either a image or text that will take them to a
page with help information. Right now my pages all open in the same window. I
would like to have them open in seperate new windows.
I have tried the following which I thought would be the best solution since I
have multiple links on each page.
<script language="JavaScript" type="text/javascript">
function Show(Url, Name, Features) { window.open(Url, Name, Features); }
</script>
and then I used the following in the hyperlink of a image.
javascript:Show('index_files/5x_retrofit.htm','newwindow','toolbar=no,
scrollbars=yes,resizable=yes,height=250,width=250')
Everytime I get an error on the page, what am I doing wrong???????