Author Topic: Javascript links  (Read 2910 times)

0 Members and 1 Guest are viewing this topic.

Offline Jdm

  • Newbie
  • *
  • Posts: 26
    • View Profile
Javascript links
« on: April 23, 2006, 10:48:28 AM »
I want to display some small films from another site. They gave me authorization to do this, but they send the file address inside a CGI code, that looks more or less like this:

<a onclick="javascript:window.open('http://www.thevideos.com/pop_160.asp?COD=10&Exib=4307','','width=560,height=525,top=0,scrollbars=YES')" href="#">  Text or image here </a>

How could I make this work nicely inside the gallery?
Thanks!