View Full Version : Pop-up window


krystle
02-05-2003, 10:41 PM
On my websites homepage i have a pop up window for my cliques and fanlistings, but when i try to put up another pop up window for my 'about me' page the window will pop up..but the cliques & fanlistings page shows up, i know i have the right url for both of them but itz still messing up. Plz help the link is www.angelfire.com/ak5/caliglitter/home.html

Alcy
02-06-2003, 12:18 AM
You have to give each popup a unique name :)

<script language="javascript">
//<!--
function me()
{ window.open ("http://www.angelfire.com/ak5/caliglitter/mypage.html","popup","width=400,height=600,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
<a href="javascript:me()">About Me</a>

<script language="javascript">
//<!--
function joined()
{ window.open ("http://www.angelfire.com/ak5/caliglitter/cliques.html","popup","width=400,height=700,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
<a href="javascript:joined()">My Cliques & Fanlists</a><br>

krystle
02-06-2003, 12:37 AM
YOU ARE A MIRACLE WORKER THANK YOU SOOOOOOOOOOOOOOOOOOOO MUCH

frederick
02-15-2003, 02:28 PM
so, i would put all that code [with my own addresses, names, and sizes] in the head of the page from which i want the little windows to pop up???

krystle
02-15-2003, 03:27 PM
yeah thats basically all you do, just stick it in there =) if ur still questioning check out my site, No advertising and view the soure when your actually in my site.