How do I create a modal Dialog without a Titlebar/close button in javascript
-
I want to show a showModalDialog()from one htm page. How do I create a modal Dialog without a Titlebar/close button in javascript
Cheers Ram
Unfortunaltely you cannot. The only way to simulate such a thing is by building a custom window with HTML, CSS and Javascript
Excellence is not an act, but a habit!
Aristotle
-
Unfortunaltely you cannot. The only way to simulate such a thing is by building a custom window with HTML, CSS and Javascript
Excellence is not an act, but a habit!
Aristotle
Thanks Jason. But, can u tell me how to create a custom window. I need to open one dialog from html page. It need not show the IE image and "Microsoft Internet Explorer" in title Bar. Where can i get the code for that. I mean is there any site to give free source for this issue.
Cheers Ram
-
Unfortunaltely you cannot. The only way to simulate such a thing is by building a custom window with HTML, CSS and Javascript
Excellence is not an act, but a habit!
Aristotle
Thanks Jason. But, can u tell me how to create a custom window. I need to open one dialog from html page. It need not show the IE image and "Microsoft Internet Explorer" in title Bar. Where can i get the code for that. I mean is there any site to give free source for this issue. Cheers Ram