65.9K
CodeProject is changing. Read more.
Home

OnClick of disabled textbox raise event

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

May 27, 2010

CPOL
viewsIcon

6060

function aa(){ alert("oye hoyee... textbox click ho gaya :) ");}

<div onclick="aa()" style="cursor:z-index:8; display:block; width: 143px; height:20px; background-color: trasparent; position:absolute"></div>
   <input type="text" readonly="readonly" value="demo test">
function aa()
{
    alert("oye hoyee... textbox click ho gaya :) ");
}