PDA

View Full Version : "Close window" code


Lars Rønne
02-24-2004, 07:00 AM
Hey everyone.... I'm designing a web side... And when people have signed up their e-mail a side pops up and says Congratulations and so on........

And then I want a little "close window" buttom which closes the Congratulations-window...

HOW MAN...

Can anyone help me???
Lars:confused:

agent002
02-24-2004, 07:18 AM
Hi Lars, this question belongs to the client side, not to the server side forum. But no probs - a mod will move the thread for you.

You could use this link to close a window:
<a href="#" onclick="window.close();">Close window</a>