Java

They have: 4 posts

Joined: Mar 2002

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 Confused

<script LANGUAGE="JavaScript">
function openWindow1() {
popupWin = window.open('nameoffiletopopup.html', 'remote1', 'width=340,height=260,scrollbars=0')
}
</script>

*Link Code*

Click here to popup window

disaster-master's picture

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.Laughing out loud

They have: 447 posts

Joined: Oct 1999

p.s. JavaScript is NOT Java (sorry pet peeve of mine Sticking out tongue)

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.