Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
therm_91 #1
Javascript back button
A client wanted a simple flash button adding to an html page to use as a 'back'
button.
I've used the script:
//Goto Webpage Behavior
getURL("javascript:history.back()","_self");
//End Behavior
for this .. but the button only works after it's been pressed twice?
Can anybody help .. thanks
therm_91 Guest
-
Back button
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave... -
Back button / Javascript History
Hi I have a coldfusion page which allows users to view different colours of clothes. By clicking on a red square you get an image for the red... -
Simple Back Button
I want to create a simply back button. The previous behaviour in Director returns to previous marker, however I would like to have a button which... -
Back button - how?
<input type="button" onClick="javascript:history.back();" /> <a href="javascript:history.back();">back</a> or <input type="button"... -
JavaScript Access to Button in form tags (webcontrol or html button)
Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of... -
RusD #2
Re: Javascript back button
therm_91 wrote:
I don't know correct solution, but what you do incorrect - the thirst> A client wanted a simple flash button adding to an html page to use as a 'back'
> button.
>
> I've used the script:
>
> //Goto Webpage Behavior
> getURL("javascript:history.back()","_self");
> //End Behavior
> for this .. but the button only works after it's been pressed twice?
>
> Can anybody help .. thanks
>
argument should be a url string, not action call. something like this:
getURL("javascript:window.history.previous","_self ");
Unfortunetly this doesn't work becouse security futures.
try to call it twice :-))
RusD Guest
-
Laiverd.COM #3
Re: Javascript back button
Are you using any detection script that redirects the user based on whether
or not the flash player is installed??
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest



Reply With Quote

