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 |
when we write the html code with runat = server it works like a server control than why we use the server control?
What is the meaning of TestApi?
What is state management in .net?
Is asp.net mvc still used? : Asp.Net MVC
we can able to display a MessageBox in asp .net without using any script langages?
What is difference Data List and Data Repeater Control ?
What is advantage of viewstate and what are benefits ?
Securitywise What are the Enhancements in 2.0?
Compare and contrast between inline and code behind - which one is best?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is the use of sessionstate tag in the web.config file?
About CLR, reflection and assemblies?
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)