Posted by astra on June 10, 2007 at 3:06pm
| Project: | Coolfilter |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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!