I’m trying to figure out how to create your own window to pop open. This may be more of a dreamweaver/javascript question. But all I really want to happen is when a user clicks on a button on the main page, I want a new window to pop open. But I want the window that pops open to not have all the stuff a normal internet browser would have. I don’t want a title bar, address bar, menu bar, status bar, scroll bar, etc. I also don’t want it to just be a square. I want some part’s to be completely transparent and show what was on the screen before the window popped open. The only thing similar to a regular internet browser that I want to keep is my own close button, that I will create.
To help you better understand, imagine clicking on a button and a paint splotch splashes on your screen. Then further options fade into the paint splotch. The splotch isn’t just a square, it’s a very irregular shape. I’ll put the exit button somewhere on the paint splotch. Oh…and I’m not using a paint splotch for real, I’m just using it as an illustration.
I’m sorry if this should be posted in a different forum. I think it could be done in AS, but I’m not the expert on browser manipulation. Thanks
-MatrixAgent1984-