Javascript Bug

M

Mike Zimmer

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 :)
 
G

Grant Wagner

Mike said:
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 <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_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-developer/upgrade_2.html
 
T

Thomas 'PointedEars' Lahn

Mike said:
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.
 
M

Mike Zimmer

ok thx... now it works fine


Thomas 'PointedEars' Lahn said:
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.


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top