Connecting Tech Pros Worldwide Help | Site Map

Help with javascript snippet

  #1  
Old January 25th, 2007, 03:55 AM
JC
Guest
 
Posts: n/a
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

  #2  
Old January 25th, 2007, 07:15 AM
gg9h0st
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
help with css in Internet Explorer TriAdmin answers 1 June 27th, 2008 08:17 PM
Need Help with my script logic pbd22 answers 4 September 25th, 2007 08:55 PM
targeting frames with javascript mportman300 answers 3 August 17th, 2007 10:11 AM
help with extracting nodes and their children as text Robert Fentress answers 4 July 20th, 2005 03:21 PM