Active
Project:
Coolfilter
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2007 at 15:06 UTC
Updated:
10 Jun 2007 at 15:06 UTC
Nice module! It works on my Drupal 5.1.
How is it possible to open a new browser window as visitors click the full screen link?
I mean, for example:
[coolplayer width="640" height="480"]
<a href="http://www.youtube.com/w/funny-as-hell?v=rPw-BwnW7Qs">Funny as hell</a>
[/coolplayer]
There is a link "Funny as hell" under the 640x480 video. If a visitor click this link he will get the video display in a full screen in the SAME browser window. I'd like to open a NEW window to display the full screen video. How to do this?
I tried adding the attribute target="_blank" within the tag <a>. But nothing changed. Any solution? Thanks!