On Fri, 16 Apr 2004 17:56:23 +0100, Hywel <>
wrote:
>In article <>, DELETEucwubqf02
>@sneakemail.com says...
>> I want to have a booklist on a single web page (eg 500 books) and be
>> able to search that list. Showing the results on another page eg. 10
>> "hits".
>> Is there any software/scripts that might help me please ? This is
>> pretty much a "once off" exercise so would prefer a freeware, or at
>> least reasonably inexpensive, solution.
>> I know visitors could use "find" but I don't want one by one results.
>> I also cannot use most languages on the server I hope to use so it
>> may need to be a java or javascript solution.
>> I am supplying the booklist so an Amazon link isn't of any use either.
>> Any suggestions please, anyone ?
>Bung it all in to a database. Create your (somewhat large) index page
>from that.
The database is simple. It's the searching, and display, that are
difficult.
>Use PHP, ASP, PERL, or other CGI technology to search the
>database.
A few problems with that. I don't think any of those are allowed on my
home page. Other than getting a non answer from my ISP I have no idea
how to find out which may/may not work. I also don't know how to code
in those languages.
>If you go down the route of using JavaScript you may end up doubling the
>amount of data you send to the client. Looping through the array to
>write the data out to the screen may be slow, but could reduce the
>amount of data the user needs to download.
Okay, but I don't think I have much choice.
Thanks for your input.
Regards, John.