rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: FTNCmedia on November 22, 2011, 10:56:05 AM

Title: IMDB Search code
Post by: FTNCmedia on November 22, 2011, 10:56:05 AM
Just thought others may like this on their site if they are running a media server like me.

Running RAWR template and I put it right above the shout box


<!-- Search IMDB -->
<center>
<FORM method=GET action="http://www.imdb.com/find">
<TABLE bgcolor="#87cefa"><tr><td>
<A HREF="http://www.imdb.com">
<img src="/template/{.!theme.}/images/imdb.icon.jpg" border="0"
ALT="IMDB" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=pt>
<INPUT type=submit name=btnG VALUE="IMDB Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search IMDB -->
Title: Re: IMDB Search code
Post by: livingoff on October 02, 2012, 10:57:39 AM
Thanks a lot for the code i was looking for it for a long time :)