Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
function basicPopup() {
       popupWindow = window.open("QuickConnect.aspx", 'popUpWindow', 'height=500,width=500,left=400,top=150,resizable=no,scrollbars=No,toolbar=no,menubar=no,location=yes,directories=no, status=No,center=yes,fullscreen=no;');
       return false;

   }


I have used this function and called on button click as
XML
<asp:Button ID="Button1" runat="server" Text="Button"  OnClientClick="basicPopup()"/>


all the features are going well but it's not minimising and it's resizable .I want the window that appears not resize and movable.

sandeep raj
Posted
Updated 31-Aug-12 2:39am
v2

1 solution

See the Solution 5 :)

disable Window Popup Maximize button[^]

Hope it helps.
 
Share this answer
 
Comments
Christian Amado 31-Aug-12 9:49am    
Why downvoted?
BillWoodruff 31-Aug-12 11:16am    
Whoever down-voted this answer is an idiot. +5 vote from me. best, Bill
Christian Amado 31-Aug-12 11:18am    
Thanks Bill. We have many kinds of people here hahaha

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