Is there a way to create a plain browser window
Posted: Tue Apr 17, 2007 4:55 pm
Here's the situation; the website I'm developing is supposed to be able to pop up a new window when the user clicks on a link and play a video. I know how to embed the video with the object tag and use the target attribute of the anchor tag. But I'm trying to figure out how I can have a browser window without the toolbar, addressbar, personalbar, etc. Just a plain window for the media player. Aparently HTML DOM used to have the ability to define the window, but it seems that it's not supported anymore.
Can someone point me in the right direction please. Thank you.
Can someone point me in the right direction please. Thank you.