I'm not a huge JavaScript person, but we use:

getURL("javascript:history.back();");

Andrew

-----Original Message-----
From: Jim Berkey [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 07, 2007 2:43 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] to get last browsed web page before current

I've used this on a flash button embedded in an html page with success:

on (release) {
        getURL("javascript:window.history.go(-1)");
}

jimbo

*********** REPLY SEPARATOR  ***********

On 2/7/2007 at 9:11 PM mac wrote:

>Hello,
>Do you know how to get last browsed web page before current ? Is it 
>possible to request it from web browser or it should be used any trick. Do 
>you have any idea ?
>
>best regards
>Maciek
>
>_______________________________________________
>Flashcoders@chattyfig.figleaf.com
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com

7

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to