| | |
Browser Close Button
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2004
Posts: 1
Reputation:
Solved Threads: 0
I am having following query on Windows Popup close button :
Programming environment : ASP .NET , Browser : IE
1) Is is possible to remove title Bar , Resize buttons and close[x] button at right top from pop-up browser window ?
2) If possible , how to do it ?
Please let me know if you have any solution for above problem.
With thanks ,
-Sachin
Programming environment : ASP .NET , Browser : IE
1) Is is possible to remove title Bar , Resize buttons and close[x] button at right top from pop-up browser window ?
2) If possible , how to do it ?
Please let me know if you have any solution for above problem.
With thanks ,
-Sachin
You can do that by javascript window.open() function
window.open('Temp.aspx','mywin','left=20,top=20,width=50,height=50,toolbar=0,resizable=0');
If u want to but an action in close button
use the following code
window.open('Temp.aspx','mywin','left=20,top=20,width=50,height=50,toolbar=0,resizable=0');
If u want to but an action in close button
use the following code
ASP.NET Syntax (Toggle Plain Text)
<script type="text/javascript"> function rr() { if (window.event.clientX < 0 && window.event.clientY < 0) { //put here your action } } </script> <body onunload="rr()" >
Life Is A Big Code
Rushdy Ibrahim
Egypt
Rushdy Ibrahim
Egypt
![]() |
Similar Threads
- Back button problem with $Sessions and GET (PHP)
- what do i do..for hiding the close button in frame (Java)
- Disable MDI child close button (ASP.NET)
- Problem closing Browser with Window.Close (ASP.NET)
- Get submitted values when navigating back with browser back button (ASP.NET)
- Wupdater not responding!!!!!! (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: asp.net 2.0 password recovery
- Next Thread: validate-upload file
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor application asp asp.net bc30451 bottomasp.net browser button c# c#gridviewcolumn checkbox click commonfunctions confirmationcodegeneration courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose feedback fill flash form formatdecimal forms formview google grid gridview homeedition hosting iframe iis javascript jquery list listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols parent project radio registration reportemail richtextbox rotatepage save schoolproject search security silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





