Click to See Complete Forum and Search --> : Pop up


PinkxXxPenguin
04-19-2003, 05:05 PM
Can someone help me w/ the pop up script?

Jona
04-19-2003, 05:23 PM
You have to give more information for us to help. Tell us your problem and the line(s) of code that are/is causing it.

PinkxXxPenguin
04-19-2003, 06:03 PM
ok, so there's this script ~


<script language="javascript">
//<!--
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=400,height=400,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>


& that goes in the <head> part of the page that you want to pop up, right? now which parts do you change in that to make your page come up?


Then there's this part ~


<a href="javascript: popup()"><img src="image URL here" border=0 width="415" height="280" alt="Enter"></a>

that's the image link to the pop up. which parts do i change in that one?

Jona
04-19-2003, 06:05 PM
window.open("yourURLgoeshere.html") is the file you want to open. Change that to the location of your file to open the page.

PinkxXxPenguin
04-19-2003, 06:09 PM
yeah, i had that part. the not-so-obvious ones are the ones i'm having problems w/