Close Button

  • Thread starter Thread starter Richard Harker
  • Start date Start date
R

Richard Harker

Does anybody out there know how to add a close button or
link that will close the page and the Explorer window???

Any help would be greatly appreciated

Thanks

Richard Harker
 
Hi Mike,

Thanks for the information, however I don't possess any
JavaScript knowledge as i am not a developer, just a
network administrator, do I need to just paste the code
into frontpage or is there, as I suspect more to it than
that??

Thanks


Richard

-----Original Message-----
Hi Richard,

In JavaScript

self.close();

Or see http://www.websunlimited.com/order/Product/General/popup_wi
ndow_component.htm
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Richard Harker" <[email protected]>
wrote in message [email protected]...
 
Hi Richard,

The code will need to be associated with an image or button

<a href="javascript:void(0);" onclick="self.close();return false;"><img src="myimage.gif"></a>

Paste the following in to the window to be closed changing the path to the image.
 
Hi Mike,

Thats works a treat, Thanks very much

Richard

-----Original Message-----
Hi Richard,

The code will need to be associated with an image or button

<a href="javascript:void(0);" onclick="self.close
();return false;"> said:
Paste the following in to the window to be closed
changing the path to the image.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top