Specifies the position. If an image is displayed, no JS is displayed for the image.

Source: Internet
Author: User

Because shtml is used, I directly use include on the page to load the advertisement. If you are interested in shtml, see: html
It is also the same code to introduce js. Replace img_failed.innerHTML = with the JS you call (not tested );
In addition, it is worth noting that img_failed.innerHTML = will directly display html. If your html contains "(double quotation marks), please change it to" (single quotation marks ), or directly do not add. otherwise there will be problems.
The following two links can be compared for details:
Copy codeThe Code is as follows:

<Div id = "img_failed"> </div>
<Script language = "javascript" type = "text/javascript">
Function gotoImg ()
{
Var img_success = document. getElementById ("img_success ");
Var img_failed = document. getElementById ("img_failed ");
// Hide the img_success Image
Img_success.style.display = 'none ';
// Display JS content
Img_failed.innerHTML = "<! -- # Include virtual = "/adsense/content_right.shtml" --> ";
// Content is the content returned by JS
}
</Script>

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.