
BY:Olaf Walkowiak...Homepage
DATE:1996-12-13
COMMENTS:
A Search without contacting the server
This is a sample document to show how to perform a search in a Database with JavaScript.
Note: All the Data is stored in the document! I only have 4 entries in my Database, so have a look down on the Data to get a match :-). You only have to type in the the first letters, if you think there is more than one match, klick on "Find Next" to get the next ;-)
Here is the Data
Data[1] = "Walkowiak;Olaf;Suedseestr. 14;45357;Essen;+49-201-604594;si0015@aixrs1.hrz.uni-essen.de";
Data[2] = "Muster;Max;Am Hang 13; 12345;Irgendwo;+56-789-123456;max.muster@beispiel.de";
Data[3] = "Walkowiak;Kurt;Luebecker Str.65;45145;Essen;+49-201-xxxxxxxx;";
Data[4] = "Broesel;Werner;Boelkstoffstr 12;20123;Saufdorf;+49-xxx-xxxxxxxx;werner@semmel.verlag";
If you want this script just choose "Save Frame As..." (in Netscape) when you have the focus on the frame.
URL: http://www.oocities.org/SiliconValley/7116/jv_db2.html