Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
how to display a popup window on button click,
popup window must have close button,but without title bar

Like in this site

www.jabong.com
Posted
Updated 4-Aug-14 19:13pm
v2
Comments
Murali Gowda 5-Aug-14 1:15am    
Check this http://stackoverflow.com/questions/1023072/jquery-ui-dialog-how-to-initialize-without-a-title-bar
ClimerChinna 5-Aug-14 1:19am    
Hi,
Thanks for your reply, i need to display a grid in the popup window is it possible with jquery.
Murali Gowda 5-Aug-14 1:21am    
Yes you can do all those with JQuery UI
ClimerChinna 5-Aug-14 1:23am    
ok Thankyou, i will work on it
SRS(The Coder) 5-Aug-14 1:15am    
you can try with jQuery dialog popups , there are many customization options for it to se as per your need..

1 solution

The excellent answer given to a similar thread here:
How to hide title bar in Javascript popup?[^]

Alternatively, you can use ModalPopup[^] and hide it's title.
See:
ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action[^]


--Amy
 
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