The problem is caused by the onclick of the <A> label.

Source: Internet
Author: User

Today, a document. getelementbyname () method is used to obtain a set of tag. Tag_a1_1_1_doc u .....

Add an onclick event to each tag.

For (I in tag_a ){

Tag_a [I]. onclick = function (){

Alert (tag_a [I]. Title );

}

}

No response was found. It has been stuck here for a long time. As a result, it turned out to be a small problem through my guidance on the post bar, because the onclick implementation here is through

Anonymous internal class: Alert (tag_a [I]. Title I cannot be read in the anonymous internal class. Therefore, in order to obtain the title of each tag. Change this

Alert (this. Title.

Summary: external variables are not allowed in anonymous internal classes. To access the current node, you must use the this keyword.

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.