Friday, July 16, 2010

Html label with Hyperlink

I had a requirement like i need a label that would provoke the onlick event in the same time it should shown like a hyper linked text(with handle cursor in the view)

Code:



here i made hyper links onclick as return false,
otherwise it will in work the hyper links target we wont get the onclick event of label.

there is a constrain in passing the current form object
we can pass the current form object only by the cheld element of that form
we cant pass through the events of a hyper linked text

No comments:

Post a Comment