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 |
How can we prepairing Interview
Types of configuration files and their differences ?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the namespace for encryption?
3 Answers Astadia, CIA, Wipro,
What is the difference between a multi-layer and multi-tier applications?
Uses of CLR ?
2 Answers Mind Tree, PH Software, TCS,
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Write a code for "RequiredFieldValidator" in java script
What are Master Pages in ASP.NET?
What is data cache in sql server?
What is the difference between equals() and == in c#?
What type of code (server or client) is found in a Code- Behind class?
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)