|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi
Does anyone know how to close a frameset by using a script like the one below.?. <html> <head> <title></title> </head> <SCRIPT language="JavaScript"> <!-- function closewindow() {window.close(this);} // --> </SCRIPT> </head> <body bgcolor="Black" text="silver"> <A HREF="javascript:closewindow()">exit</a><hr noshade> </body> </html> ------------------ -ulrik- |
|
#2
|
|||
|
|||
|
You dont need a script to do it.
<a href="javascript:top.window.close()">Close</a> Spookster |
|
#3
|
|||
|
|||
|
Thanks!
-- You just have to know........ ------------------ regds.. -ulrik- |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > closing a frameset |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|