View Full Version : Can someone please..


twisted_dolly
07-12-2003, 03:48 PM
..help me sort out my HTML(?) Its all wrong, I was told that if I had two different links (say, me.html and about.html) on one page (that links to a popup window) I had to put this code after the <head> tag:

<script language="javascript">
//<!--
function popup()
{ window.open ("http://www.thelostchild.150m.com/about.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>

<script language="javascript">
//<!--
function popup()
{ window.open ("http://www.thelostchild.150m.com/me.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>

Which I have, but both links on my page, when clicked on DO open a popup window, but both to me.html, how do I stop this and make one to about.html, and one to me.html(?)

kittycat
07-12-2003, 05:11 PM
In the code where it says function popup(), change the second one to something like popup2(), and change it in the link as well