开发者

how to transfer text link on an image to a clickable link?

开发者 https://www.devze.com 2023-04-06 00:56 出处:网络
I want to transform a text link to a clickable link on 开发者_开发技巧an image, could you please provide some suggestion? the whole process should be done in a web based application. is there any open

I want to transform a text link to a clickable link on 开发者_开发技巧an image, could you please provide some suggestion? the whole process should be done in a web based application. is there any open source framework doing this?

thanks a lot.


Do you want to make a label clickable? If so you can use javascript for that

Like

< label id="LblId" class="StyleToLabel" onmouseover="this.style.cursor='pointer'" onclick="JavascriptFunctionName('Parameter')" >Click Here< /label>

Hope it helps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号