Java
I got this script and I am haveing a little bit of trouble with it.I am fairly new to all this so I am not sure what to do.what do I name the page to open?I have named it open window and popup and I had the correct image wrote in but I still keep getting my 404 page?If anybody could help me out I would appreciate it.Thanks
<script LANGUAGE="JavaScript">
function openWindow1() {
popupWin = window.open('nameoffiletopopup.html', 'remote1', 'width=340,height=260,scrollbars=0')
}
</script>
*Link Code*
disaster-master posted this at 00:08 — 31st March 2002.
She has: 2,154 posts
Joined: May 2001
Looks like you haven't entered the name of your html file in the script. Change nameoffiletopopup.html to what ever your file is called.
popupWin = window.open('nameoffiletopopup.html', 'remote1',
If that doesn't fix it I am sure a script kiddie will come along and help.
ROB posted this at 17:23 — 3rd April 2002.
They have: 447 posts
Joined: Oct 1999
p.s. JavaScript is NOT Java (sorry pet peeve of mine )
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.