Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one page A.aspx where i wrote below code

Window.open("B.aspx","height=100,width=100");


It opens properly but i want to disable the close button of b.aspx
is this possible in asp.net?

While searching on internet i found that by making
fullscreen=yes
in
window.open
, the problem shall be resolved.

But i want that popup should open with height and width as 100 not full screen.


Any suggestions?

Thank you
Chetan V.
Posted
Updated 24-Jan-13 3:04am
v2
Comments
Azziet 24-Jan-13 6:30am    
you can't disable close button..of window...because it is window feature....you can use another methods to open popup like jquery colorbox and you can disable/hide close button here
gilvani 24-Jan-13 8:24am    
Right

1 solution

Based on what you seek, AFAIK, it cannot be done.
 
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