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 are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How to you can limit Access to Web API to Specific HTTP Verb?
Can we handle the error and redirect to some pages using web.config?
What is page request in asp.net?
What is true about application service provider?
How do cookies work? Give an example of their abuse.
Differentiate between globalization and localization.
Explain different types of Caching techniques in ASP.NET?
Explain how do you deploy your asp.net application?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are the various types of cookies in asp.net?
How can we make sure that Web API returns JSON data only?
What is meant by ispostback in asp net?
Where are session variables stored?