Click here to Skip to main content
15,909,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

How to create a javascript model popup window using div/ panel, where i need to send the url as parameter in javascript function.

thanks in advance.
Posted
Comments
Rockstar_ 5-Jun-13 8:24am    
You can use AJAX's ModelPopUpExtender ...

Here is the example of custom popup

http://www.htmldrive.net/items/show/650/jQuery-Custom-PopUp-Window.html[^]

and here is the example of data sending

http://stackoverflow.com/a/10635652[^]
 
Share this answer
 
Use JQUERY UI Dialog
http://jqueryui.com/dialog/[^]

This will work more efficiently and can be implemented easily.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900