472,121 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,121 software developers and data experts.

Javascript Bug

I have a link and a gif (animation) on my site. If the Link opens für
example a popup the animation stands still. Who can help me?

Thx and big greetings - Mike

sorry for my English :)
Jul 23 '05 #1
3 1060
Mike Zimmer wrote:
I have a link and a gif (animation) on my site. If the Link opens für
example a popup the animation stands still. Who can help me?

Thx and big greetings - Mike

sorry for my English :)


<url: http://jibbering.com/faq/#FAQ4_24 />

You're using <a href="javascript:something();"> and you shouldn't be, see
the above FAQ entry.

--
| Grant Wagner <gw*****@agricoreunited.com>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/...ce/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/a...ence_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
* http://www.mozilla.org/docs/web-deve...upgrade_2.html
Jul 23 '05 #2
Mike Zimmer wrote:
I have a link and a gif (animation) on my site. If the Link opens für
example a popup the animation stands still. Who can help me?
It is because you misuse the "javascript:" URI scheme in the "href"
attribute of your link. The URL of the displayed resource has
changed and so the animation stops. See the FAQ for details.
sorry for my English :)


de.comp.lang.javascript exists and this particular problem is currently
discussed there *again*, too.
Jul 23 '05 #3
ok thx... now it works fine
"Thomas 'PointedEars' Lahn" <Po************@nurfuerspam.de> schrieb im
Newsbeitrag news:40************@PointedEars.de...
Mike Zimmer wrote:
I have a link and a gif (animation) on my site. If the Link opens für
example a popup the animation stands still. Who can help me?


It is because you misuse the "javascript:" URI scheme in the "href"
attribute of your link. The URL of the displayed resource has
changed and so the animation stops. See the FAQ for details.
sorry for my English :)


de.comp.lang.javascript exists and this particular problem is currently
discussed there *again*, too.

Jul 23 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.