Found this on another mailing list...

<a href="javascript:window.location.reload(true)">Refresh</a>

"reload method of the location object"

Syntax
   location.reload( [bReloadSource])
Parameters
   [bReloadSource] Optional.
   Boolean that specifies one of the following possible values:
      false - Default. Reloads the page from the browser cache.
      true - Reloads the page from the server

Regards,
Neil
IniNet, Inc.
-----Original Message-----
From: phumes1 [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 11:41 AM
To: CF-Talk
Subject: Re: Back / Forward buttons


Hi,

I have the following for my back & forward buttons.

<a href="javascript:history.go(-1)">Down</a>
<a href="javascript:history.go(1)">Up</a>

How can I do a refresh link?




+---------------------------------------------------------------------------
--------+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+---------------------------------------------------------------------------
---------+



______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to