javascript - Show popup under specific asp control -


i working textbox in asp.net , added javascript pop calendar control on "onclick" event (i using window.open() open popup). there way show popup right under textbox?

thanks.

why using window.open? have looked jquery using a div popup?

you can use jquery find location of textbox , place popup near x,y offset of textbox.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -