Connecting Tech Pros Worldwide Help | Site Map

Help with javascript snippet

JC
Guest
 
Posts: n/a
#1: Jan 25 '07
What's the javascript AUTOMATIC command for a page to return to the
previous.
I know the (back) command for a click, or a mouseover, but is there a
command which automatically does it ?

-JC

gg9h0st
Guest
 
Posts: n/a
#2: Jan 25 '07

re: Help with javascript snippet




On 1¿ù25ÀÏ, ¿ÀÈÄ12½Ã46ºÐ, "JC" <webhori...@aol.com>wrote:
Quote:
What's the javascript AUTOMATIC command for a page to return to the
previous.
I know the (back) command for a click, or a mouseover, but is there a
command which automatically does it ?
>
-JC
think u want this.

<body onload="window.history.back();">

just add to body tag like this. easy.

Closed Thread