Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button animation then New Page 1

Status
Not open for further replies.

waytech2003

Programmer
Jul 14, 2003
316
US
I am using FP2000. I have a button that I had FP animate. When clicked it flys off to the top left. I would like it to do it's motion, then load the selected html page. Right now, the page starts to load, before you get to see the button move off the screen.

Thanks Wayne Lette

FP HTML code is below......

<p dynamicanimation="fpAnimOutflyTopLeftFP1" id="fpAnimOutflyTopLeftFP1" style="position: relative !important" onclick="dynAnimOut(this)" language="Javascript1.2"> <a href="testpage.htm"><img border="0" src="images/Button.gif" width="120" height="21"></a> </p>
 
Thanks Aaron;

I think that I can make that work.

My only concern with this method is that search engines will not be able to follow the button links.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top