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


Please Help Members By Posting Answers For Below Questions

What is difference between ispostback and autopostback in asp net?

518


Explain asp.net page life cycle?

615


What are the asp.net security controls?

555


What is boxing and unboxing in asp.net?

667


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

622






What are the different method of navigation in asp.net?

569


Should I delete cookies?

499


Is asp.net a programming language?

536


What is redirectpermanent in asp.net?

613


Define viewstate in .net?

544


when a request is made in Life cycle of ASP.NET page .

533


What is difference in .net 1.1 and .net 2.0?

588


What are the differences between clr & cts?

543


What is the difference between localization and globalization?

564


What is the difference between page directive include and action tag include?

527