SumeetK Posted March 22, 2004 Posted March 22, 2004 Dear all Can i disable Close Button(x) on the web page in .net??? Thanks Quote
Moderators Robby Posted March 22, 2004 Moderators Posted March 22, 2004 Nope...... Quote Visit...Bassic Software
shahab Posted March 22, 2004 Posted March 22, 2004 Can we close the IE by a server side instruction?How?:) Quote
Moderators Robby Posted March 22, 2004 Moderators Posted March 22, 2004 Nope again. Quote Visit...Bassic Software
Moderators Robby Posted March 22, 2004 Moderators Posted March 22, 2004 You can close a browser that you opened through code, let's say ... myWin = window.open("SomePage.aspx"....... Quote Visit...Bassic Software
SumeetK Posted March 22, 2004 Author Posted March 22, 2004 I have opened a window though window.open("somepage.aspx") only , I have to specifically give a close button to close that window but i want to disable windows Close button(x) so that sessions maintained through my close button can work properly. Any other way out ? Thanks Quote
shahab Posted March 22, 2004 Posted March 22, 2004 You can close a browser that you opened through code I ment this!So how ? Quote
Arch4ngel Posted March 25, 2004 Posted March 25, 2004 check the parameter of window.open there's one that completly remove the Title Bar... no more title bar... no more [X] :D Why am I so great ? Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.