Scott,

I believe this will work

        <input type="button" name="back" value="Back"
onclick="javascript:history.back()"/>

regards

        Dave Meaker

> -----Original Message-----
> From: Scott Eade [mailto:[EMAIL PROTECTED]]
> Sent: 07 September 2001 05:39
> To: [EMAIL PROTECTED]
> Subject: Re: Referring page for a Back link
> 
> 
> From: "Scott Eade" <[EMAIL PROTECTED]>
> > What is the easiest way to obtain the referring page?
> > I want this so that I can create a "back" link.
> > 
> > Thanks,
> > 
> > Scott
> 
> Nobody replied :-(
> 
> Here is my answer:
> 
>     $data.Request.getHeader("Referer")
> 
> I'm wondering if there is a better way that uses JavaScript
> to simulate a click on the browser's Back button.  Any
> ideas?
> 
> Cheers,
> 
> Scott
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to