Hi All,

Does anybody know of some Modal Window API?

I made a custom modal window for my website, but it gave problems in IE7.

I need to put various forms like login, newsletter, etc into them.

Thanks in Advance

Recommended Answers

All 3 Replies

Hi All,

Does anybody know of some Modal Window API?

I made a custom modal window for my website, but it gave problems in IE7.

I need to put various forms like login, newsletter, etc into them.

Thanks in Advance

If you prefer a true Modal Dialog window on IE,
try using: window.showModalDialog( "location_source.htm",'', "center: Yes;") ps
the empty arg is to make sure the modal dialog apears on the center of the window instead of the screen center.
For further costumization visit samples.msdn.showModalDialog

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.