Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept?
Answer Posted / vaibhav telange
Yes,It possible to disable the minimize icon of a popup
window using following javascript....
window.open(url,
name,
'width=' + w + ', height=' + h + ', ' +
'left=' + wleft + ', top=' + wtop + ', ' +
' +
'minimize=no');
| Is This Answer Correct ? | 1 Yes | 26 No |
Post New Answer View All Answers
how to transfer the file from client to server using asp.net
What is Razor View Engine
What is __ requestverificationtoken?
what is command line compiler.what are the steps and how it is related to debugging.
What is view state and how it works in asp net?
What is a 401 redirect?
what are the Custom controls in asp.net?
List the events in page life cycle.
What is the use of view state?
Explain why datareader is useful?
What are the different types of sessions in asp.net?
What is mta?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the difference between web.config and machine.config in ASP.NET?
What is state management in asp.net with example?