[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: History Object
Kevin Prigel wrote:
>
> Supposedly history.back should give the URL of the previous document in the
> history list, but it isn't working. Anyone see how to fix this code:
>
> <SCRIPT LANGUAGE="LiveScript">
> <!-- hide this script tag's contents from old browsers
> document.write('<FORM METHOD="post">');
> string='<INPUT TYPE="button" VALUE="<- Back to ';
> string=string+history.back+' onClick="goHist(-1)">'+'<br>';
> document.write(string);
> string='<INPUT TYPE="button" VALUE="-> Forward to ';
> string=string+history.forward+' onClick="goHist(1)">'+'<br>';
> document.write(string);
> document.write('</form>');
> //<!-- done hiding from old browsers -->
> </SCRIPT>
>
> Thanks,
> Kevin Prigel
> kprigel@inf.net
I think what you want to use is the document.referrer property.
-- Robert
____________________________________________________
Robert Thuleen
Sr. Software Engineer
Science Applications International Corp (SAIC)
San Diego, Ca
mailto:thuleen@mls.saic.com
http://www.saic.com
http://www.free.cts.com/crash/t/thuleen