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 to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How you can use video conferencing in asp.net? guys plz help me ...
what are the ihttphandler and ihttphandlerfactory interfaces ?
Describe the difference between inline and code behind - which is best in a?
What is postback pixel?
Which method is used to force all the validation controls to run?
How to use push notification?
Should user input data validation occur server-side or client-side? Why?
3 Answers NIC, Siebel Systems,
How to retrieve the information from datatable citywise in c#?
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,
Explain how do you validate the controls in an asp .net page?
Which property is used to identify the Page is Post Back in ASP.NET?
0 Answers Sans Pareil IT Services,