Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: RE: Back Button
From: John Croteau
Date: Thu, 22 Jul 1999 21:23:36 +0100

Hi boB,

> In flash I put javascript:goBack() in the get URL action of my button.
> Then in my HTML page I added this script:
Of course this script will fail in IE3 as all JavaScript protocols not
only fail but create an error.

> <script language="JavaScript">
> function goBack(){
> theAgent = navigator.appName ;
> if (theAgent.indexOf("Netscape") >= 0) {
> if (parent.bottom.history.length > 0)
> parent.bottom.history.back() ;
> } else {
> history.back() ;
> }
> }
> </script>


----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: RE: Back Button, boB

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]