Anidb Search form on my site

AniDB Client Feature Requests go here

Moderators: AniDB, AniDB API

Locked
vortodox
Posts: 6
Joined: Mon Mar 26, 2007 10:06 am
Location: Belgrade
Contact:

Anidb Search form on my site

Post 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.
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post 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
vortodox
Posts: 6
Joined: Mon Mar 26, 2007 10:06 am
Location: Belgrade
Contact:

Post by vortodox »

YES!
I would like to see result on anidb site.
Can someone help me with this?
Please :)
ricce
Posts: 199
Joined: Wed Apr 06, 2005 8:42 pm
Location: Sweden / Västrås
Contact:

Post 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>
vortodox
Posts: 6
Joined: Mon Mar 26, 2007 10:06 am
Location: Belgrade
Contact:

Post 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!
Locked