close window script

  • Thread starter Thread starter Paul M
  • Start date Start date
How are you creating the new window?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
To be clear, how are you creating the window that you want to close via script?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Hi Thomas
Just with the frontpage hyperlink properties target frame "New window"
option
Paul M
 
Using any script to close a window open in that manner will generate a warning to the user.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Hi Paul,

<a href="javascript:;" onclick="self.close(); return false;"><img
src="CloseGraphic.gif" border="0"></a>
 
Thanks
I found this it works fine, I just put it in the hyperlink address box.
javascript:self.close()
Is there a reason that the script you use is of any advantage
 
Back
Top