PDA

View Full Version : New windows for media player on site


otester
09-06-2006, 07:53 AM
I want to be able to click a button and make a new window appaear that will stay just big enough for the media player to fit into, once they leave my site the box disappears.

Can I also position the window at bottom-left of screen or somewhere else?

blackpepper
09-10-2006, 12:26 AM
what are the dimmensions.. google around for javascript window.open, as you can specify height and width with it.. also i think you can position the window but im not really sure, ill have to get back to you on that 1. Then your links are going to lead to a javascript function which opens the new window
<a href="javascript: newwindow()">Open Media</a>