Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Back button command javascript? |
From: | Jason Brown |
Date: | Thu, 14 Oct 1999 13:25:59 +0100 |
better off specifiying which object you want to use :
self.history.go(-1) is what I ALWAYS use to change the current frame. you
can also target it at named windows, parent, top or window. make sure the
object ref is there though. not fully compatible, but then nothing really is
self.history.back() should work, but can get a little screwed up in some
browsers.
jason
-----Original Message-----
From: Noel Nolst Trenite [Noel [dot] Treniteiname [dot] com (mailto:Noel [dot] Treniteiname [dot] com)]
Sent: 14 October 1999 14-44
To: flasherchinwag [dot] com
Subject: Re: FLASH: Back button command javascript?
Does this work?
javascript:history.back()
Noel
From: "Savio Ponte" <saviosol [dot] com [dot] br>
To: <flasherchinwag [dot] com>
Subject: Re: FLASH: Back button command javascript?
Date sent: Wed, 13 Oct 1999 15:34:14 -0300
Send reply to: flasherchinwag [dot] com
> Hi, Jefferis
>
> AFAIK, there are some incompatibilities concerning javascript:history and
> Netscape. I thought it was an old 4.0X problem already solved. I would
> link my button directly to the exact URL I want to come back, if possible
> in your case.
>
> S�vio Ponte - Triade-comm
> saviosol [dot] com [dot] br (mailto:saviosol [dot] com [dot] br)
> 2B Internet Comics - http://www.2b.com.br
> Estat�sticas na web - http://www.qmv.com.br
> Jota Quest - http://www.jotaquest.com.br
>
>
> > I don't know whether this will work with Flash 4, although it does in
> > html:
> >
> > I want a back button leading to the prior html or flash menu.
> >
> > In javascript it would be:
> > javascript:history.go(-1);
> >
> > Which I tried to enter with the FS command on a get url.
> > It didn't work in Netscape Mac 4.7 Mac.
> >
> > Is there a better way or a way that works?
> >
> > Jeff
> >
> > Jefferis Peterson, Pres.
>
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]