Found the hyperlink JS causes the Web page GIF animation to stop the solution _javascript tips

Source: Internet
Author: User
In fact, this is also a headache I have a problem, how could not find the reason, then know that this is a IE6 browser bug, but later did not pay attention to this problem.
Today in the Blue Classics found that a netizen encountered the same problem, and the following respondents do not seem to know what is causing, feeling or have a lot of friends will encounter this problem. So here are the reasons for this bug to explain the next hope for everyone useful!

The code statements that cause the GIF to stop are generally the following:
Copy Code code as follows:

<a href= "javascript: function call or JS statement" > Hyperlink </a>

If your GIF stops suddenly, check your code for a class like the above statement call!
Although it is permissible to write a JS statement directly on the link's href attribute, it can sometimes cause the entire page GIF animation to stop.

Therefore, it is recommended that JS or write on the elements of the event more appropriate, such as
Copy Code code as follows:

<a onclick= "function call or JS statement; return false" href= "#" > Hyperlink </a>

This will prevent the GIF from stopping the problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.