Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept?
Answer Posted / 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 |
Post New Answer View All Answers
What is asp.net master page?
Explain significance of routing? : asp.net mvc
How do you identify that the page is postback?
Difference between Response.redirect vs server.transfer?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is preprocessor in .net?
Is web config mandatory?
What is the difference between globalization and localization?
What are the 3 types of web?
Describe a Windows Service and its lifecycle ?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is the purpose of master page?
How do u deploy your asp.net application?
How to use multiple scriptmanager controls in a web page?
How can we prevent browser from caching an aspx page?