Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept?
Answers were Sorted based on User's Feedback
Answer / spice
function showWin()
{
var newlookup = window.showModalDialog("http://www.yahoo.com",
"", "","status=0;help=0;dialogHeight=" + 400 + ";dialogWidth=" +600 )
}
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vaibhav telange
Yes,It possible to disable the minimize icon of a popup
window using following javascript....
window.open(url,
name,
'width=' + w + ', height=' + h + ', ' +
'left=' + wleft + ', top=' + wtop + ', ' +
' +
'minimize=no');
| Is This Answer Correct ? | 1 Yes | 26 No |
What is a master page and what does it do?
What is sql data source control in asp.net?
Difference between mvc2 and mvc3 in asp.net?
Can viewstate be accessed in another page?
what is the differance between .DLL & .EXE
10 Answers Infinite Computer Solutions,
What is enableviewstate?
About CLS and CTS?
8 Answers Microsoft, Syncfusion,
Difference between .NET components and COM components?
What is the purpose of using MVC programming pattern in ASP.NET?
What is the difference between GridView and Repeater controls in ASP.NET?
How do we make a poperty read only?
How can you send an email message from an asp.net web page?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)