Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a image which i have displayed on Imagebutton.
On Click of Imagebutton a window should popup Which show
Full size Image of the Image.

And the Popup window should not be maximizeable or minimizable


Help urgent


Thanks
Posted
Updated 10-May-11 2:49am

try this link

Light Box Samples [^]
 
Share this answer
 
v2
Comments
suhailnoorpawane 10-May-11 8:14am    
is it possible in asp.net web application.
the header which specified is not showing up

Thanks
#realJSOP 10-May-11 9:56am    
Lightbox (or one of the many variations of it) is the answer. Just google it to find different kinds (using Javascript, JQuery, AJAX, and other languages). Get the one you're most comfortable with, and use it.
#realJSOP 10-May-11 9:56am    
5 - proposed as answer.
 
Share this answer
 
Comments
suhailnoorpawane 10-May-11 8:17am    
some thing else can u suggest
 
Share this answer
 
v3
you can use window.open() function of JavaScript and pass parameter which will unable to maximize and minimize window. also you can set width for same.

also you can set scrollbar='yes' or 'no' whatever you wish.
 
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