Here we will learn that how to create POPUP onmouseover click event in asp.net application with c# and use design and code .
Here is Code onmouseover event and design:....
<form id="form1" runat="server">
<a onmouseover="document.getElementById('panku popup').style.display
= 'block' " " onfocus='this.panku();'>
<span style="text-decoration: underline;"><span
class="style1"><strong><em>
<span class="style2">Please Visit Here...</span></span></em></strong></span></a>
<div
id='panku popup'
style='display: none; position: absolute; left: 50px; top: 50px; border: solid black 1px; padding: 10px; color:White; background-color:Green; text-align: justify; font-size: 12px; width: 135px;'>
<span class="style2">
<asp:CheckBox ID="ch1" runat="server" Text="Asp.net"
/><br
/>
<asp:CheckBox ID="ch2" runat="server" Text="Jquerry" /><br />
<asp:CheckBox
ID="ch3" runat="server" Text="Crystal Report"/>
<br />
</span>
<div style='text-align: center;'><a
onmouseover='this.style.cursor="pointer"
'
onfocus='this.panku();'
onclick="document.getElementById('panku popup').style.display
='none' "
class="style2" ><span style="text-decoration: underline;">Close</span></a></div>
</div>
</form>

No comments:
Post a Comment