java popup stops GIF anims?

G

George Hester

fu

--
George Hester
__________________________________
Michael Winter said:
[Fixed top-post]

The problem is the use of the JavaScript pseudo-protocol (<a
href="javascript:..."). When the user clicks on a link, the browser stops
most activities in preparation to load the new page. The expectation is
that the new page will completely replace the existing content so it
doesn't really have to bother with rendering the current page. One effect
of this is stopping the animation of images. However, calling a JavaScript
function that does something mundane, like just displaying an alert box,
doesn't replace the content. The page is left in this "reduced state", and
stays that way. Whilst refreshing the page will restart the animation, the
more intelligent solution is to move JavaScript code from the href
attribute to the onclick intrinsic event.

Please, learn from those that are far more knowledgeable than you instead
of insulting them. If you cannot grasp the solution to such a simple
problem, especially when the said solution was presented to you numerous
times, I don't believe you should ever offer assistance to anyone in the
future. You are clearly not able to educate yourself, let alone others.

Mike
 

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,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top