Re: Get tag attributes in Tag.aspx script?

  •  12-07-2010, 10:48 AM

    Re: Get tag attributes in Tag.aspx script?

    That's what I've done already. I'm trying to access the tag attributes from that code.
     
    For example, <IMG src="yay.png" mycustomattrib="Bob">
     
    if(mycustomattrib == "Bob")
        loadBobsTabs_ButNotTheImgOnes();
View Complete Thread