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
Describe the .net base class library.
What is server components?
What is razor? : asp.net mvc
Explain different types of validators in asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How many types of validation are there?
What is another word for redirect?
What is enableviewstatemac in asp net?
What are type/key pairs in client script registration?
Do gac'ed assemblies have fulltrust?
what is publisher?
Explain the purpose of storyboard.targetproperty.
What is query string with example?
Is asp.net a language?
What is the difference between custom web user control and a custom web server control?