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 server side routing?
What is dynamic web page with example?
What is the concept of postback in asp.net?
What are directives in asp.net?
What is cookieless session id explain in brief?
Please briefly explain the usage of global.asax?
What do you mean by authorization?
3. What goals do you have in your career?
List the major built-in objects in asp.net?
What does the hotspot class in .net do?
Difference between overriding and overloading?
Explain about asp.net state management?
How do I publish my asp.net application to my isp's web server?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is anonymous authentication?