Page 1 of 1

Anidb Search form on my site

Posted: Wed Aug 08, 2007 4:11 pm
by vortodox
Hi!

Is it posible to add adnidb search form on my site?
I meen on seomthing like google search feilds (codes) which google provide.

Posted: Wed Aug 08, 2007 5:58 pm
by exp
that depends,

if the results should be displayed on the anidb website, then it is already possible.
if you want to display the results on your website, then it's currently not supported.

BYe!
EXP

Posted: Thu Aug 09, 2007 8:17 am
by vortodox
YES!
I would like to see result on anidb site.
Can someone help me with this?
Please :)

Posted: Thu Aug 09, 2007 3:20 pm
by ricce
Make something like this:

Code: Select all

<form method="get" action="http://anidb.info/perl-bin/animedb.pl">
<input type="hidden" name="show" value="animelist" />
<input type="text" name="adb.search" />
<input type="submit" name="do.search" value="search" />
</form>

Posted: Thu Aug 09, 2007 4:25 pm
by vortodox
QL.
Is it posible to open a new page when someone use this search field?

Thanks!

Edit:
Stupid question... target = "_blank"

:)

Thanks any way!