HTML pop up window

I know this is an easy thing to do but for some reason I can’t seem to get it right.

I am trying to create a simple pop up window on an html page so that when you click on a link you a small window pops up…I want the window to be a specific size and not be re-sizable…

Can anyone help me out?

Thanks

Thanks Phil, I found what I needed. :beam:

NO!!!

Don’t use Chromeless windows. Chromeless windows are dead.

They are only supported by IE, and IE stopped supporting them with version 6 service pack 1. So basically, Chromeless windows work in no new browsers at all. And they only work with IE Version 5.0 and up I believe. No netscape, or opera, or any other browser.

Try these…

http://www.kirupa.com/developer/flash5/newwindow.asp

http://www.kirupa.com/developer/mx/centered_popup.asp

Thanks alot lostinbeta, I really appreciate the heads up!!

Will those tutorials that you linked to, work on a normal HTML page as well as a flash page? I need one just for a basic HTML page?

i think you are using JS no matter what…

Well html pages and flash pages are the same, since you are supposed to embed flash into an html page.

One of those links requires javascript code inside the HTML page, where the other link requires no javascript code in the page, but can only be used for 1 link I believe… well, there have been issues with it opening more than one.

Thanks