473,395 Members | 1,666 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

animated gif stops when used as a link to a popup

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');
}

Mark

Mar 11 '06 #1
2 3774
VK

Mark D. Smith wrote:
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;">

Mar 11 '06 #2

"VK" <sc**********@yahoo.com> wrote in message
news:11*********************@z34g2000cwc.googlegro ups.com...

Mark D. Smith wrote:
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;">


Thanks

works a treat

Mark

Mar 11 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Eugene | last post by:
Hi.... I have a little javascript popup box that people click on to open up an information panel. I made some little blinking star anims on the page that stop blinking after the popup has...
1
by: metsymani | last post by:
In my web application, I have a search screen coded in ASP.Net. The Search process takes lot of time. So, I need to show a wait page informing the user that "Search is in progress. Please wait" along...
8
by: Orloff | last post by:
Hi, on most (all?) browsers, when you put the pointer on a <a href="..." title="popup text">this is a link</a> without clicking on the link, there is a popup caption with the "popup text". I...
9
by: John J. Hughes II | last post by:
Is it possible using Image or Bitmap to build and save an animated GIF file? I am not have a problem saving the GIF file just getting the frames added to it. I did find ImageAnimator but it only...
3
by: Al | last post by:
Hi all... I have created an aspx page that contains an animated GIF. I am using javascript and location.replace to redirect from this page to another aspx page which takes several seconds to...
3
by: bdog4 | last post by:
I've seen on some php forums that they use some type of popup box that I assume is javascript to display a animated gif/flash when you do a quick edit. My popup blocker does not detect it so I...
4
by: Fao, Sean | last post by:
I'm trying to show an animated image temporarily while the web server is processing a long request. I attempted to use a combination of CSS styles and JavaScript to temporarily hide or show only...
2
by: Dale Reed | last post by:
Hi, I have a button on an aspx page (I'm using vs2005 with asp2), which when clicked takes a while to do some data processing before it posts back to the screen to display the results. I...
4
by: Jeff | last post by:
Hi, I'd like to write Javascript that stops animated gifs from animating. On Firefox, at least, window.stop(); does the trick, although it stops everything on the page and is kind of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.