HighDots Forums  

Re: animated gif stops when used as a link to a popup

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Re: animated gif stops when used as a link to a popup in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
VK
 
Posts: n/a

Default Re: animated gif stops when used as a link to a popup - 03-11-2006 , 12:32 PM







Mark D. Smith wrote:
Quote:
Hi

i have to popup (argh) a small page when an animated gif is clicked on. the
animation stops as soon as the popup opens. is there a way to restart the
gif or prevent it from stopping in the first place?

the popup uses the javascript below

function popUpLaunch(url) {
newWindow=window.open(url, 'windowNew',
'width=836,height=593,status=no,toolbar=no,menubar =no,screenX=200,screenY=20
0,left=200,top=200');
}
That must be IE - they never fixed this ugly bug since 4.0. A
workaround would be to not use javascript: protocol, use instead
<a href="something.html" onclick="openPopup(args); return false;">



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.