[Javascript] to close external window

Dan Costea costea.dan at ssi-schaefer.ro
Tue Jan 14 03:14:03 CST 2003


I wrote you a little example below:
<html>
<head>
<script type="text/javascript">
function testing ()
{
testWin.close ();
}
// opening a window
testWin = window.open ();
</script>
</head>
<body>
<button onclick="testing ();">Close win</button>
</body>
</html>

Dan.
  ----- Original Message ----- 
  From: Manolo Gomez Ramos 
  To: javascript at LaTech.edu 
  Sent: Tuesday, January 14, 2003 11:02 AM
  Subject: [Javascript] to close external window


  I have read a message from you in a forum, asking how to close in javascript an external window oponed from the main window of the web

  Did you find out? Would you mind telling me?

   

  Thank you very much indeed

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20030114/5a3fbf76/attachment.htm>


More information about the Javascript mailing list