i have a textbox in my aspx page.
what i want is that on mouseover textbox , a popup should open which will contain checkbox.
after i check any of those checkbox and close popup, i should be able to get those checked checkbox value in my aspx page.
i should b able to deal with those checked checkbox events.
i need to open pop up using javascript.
kindly suggest.
nishant ranjanPosted Jan 16, 2014, 3:05 AM
Palle TechnologiesPosted Jan 16, 2014, 2:56 AM
1. create a page with the name A.aspx , add a text box to the page as shown below .
2.create another aspx with name B.aspx page which must contain a checkbox as shown below ;
3.In A.aspx write below given javascript code in head.