Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Get tag attributes in Tag.aspx script?
Re: Get tag attributes in Tag.aspx script?
12-07-2010, 10:48 AM
Tobster
Joined on 10-01-2010
Posts 18
Re: Get tag attributes in Tag.aspx script?
Reply
Quote
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