Click here to Skip to main content
15,891,775 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone help me? How can I render a pop up to my main page that opens when clicking on a link button?
Posted
Updated 7-Feb-11 1:44am
v2
Comments
Sunasara Imdadhusen 7-Feb-11 6:01am    
need to open Window when clicking on link button?

For a more advanced option set I suggest you use the jQuery library http://www.jQuery.com[^] and the plugin for jQuery that's available here: BPopUp[^]. There are examples you can try out on the latter page (Example 1, Example 2, etc.).

Cheers!
 
Share this answer
 
v3
Comments
fjdiewornncalwe 7-Feb-11 11:06am    
+5. The way I would do it, but for less experienced developers, I would suggest Abdul's.
Manfred Rudolf Bihy 8-Feb-11 4:30am    
Good reasoning, jQuery with all its plugins and countless options can be a bit overwhelming for beginners.
Espen Harlinn 7-Feb-11 15:25pm    
Good answer, a 5
Thank you for your question,

Take a DIV make it style hidden normally. When click on likn button make it style to visible using JavaScipt.

Thanks,
Mamun
 
Share this answer
 
Comments
Manfred Rudolf Bihy 7-Feb-11 7:53am    
Yes it's as simple as that! 5+
Abdul Quader Mamun 7-Feb-11 8:17am    
Thanks!!!
fjdiewornncalwe 7-Feb-11 11:04am    
Simple and clear. +5.
Abdul Quader Mamun 7-Feb-11 13:20pm    
Thanks!!
Espen Harlinn 7-Feb-11 15:26pm    
Nice and simple - a 5

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