HTML question
- Started
- Last post
- 7 Responses
- koko
I hope you can help me guys:
I have an HTML page that opens a pop up window, and on that window I have a link to a movie (Windows Media Player).I want my pop up window to close when I click on the link to open the movie (since I would not need that pop up window anymore).
Thanks.
- sherman0
is it opening the media player or is it playing the movie in teh pop up?
- koko0
opening the media player
- tomkat0
{a href="linktomovie" onclick="javascript:self.close...
replace with html tags
- radar0
then why use a pop-up? If you do a direct link on the main page to the file it will open in the player.
- ToxicDesign0
Of course, you could also just move and resize the window you currently have open.
And you could animate the browser so that it would scroll to the new position and size - sooo cooolll :-0
...
- koko0
Thanks so much tomkat... it worked!!!!
You rock guys... and I need to work more on my javascript skillz :P
- koko0
Ey I have a problem... the pop up window closes, but it does not open the media player with the movie?
any help?