Page 1 of 1

Scrolling results page

Posted: Mon Jul 17, 2000 10:59 am
by Thunderstone



Hi all,

I have made a mock up of an idea I had for having the ability to set
in a form <textarea> the text from any page that matches a given
search criteria (in this case my name). I am wondering if there ius
any way that this can be generated through modification of the
search script?

http://pages.nyu.edu/~wpk1/textbox.htm

The Idea is to limit the ammount of navigation required to get to
your desired text.

Thanx for any help, though I must admit this one might be an
impossibility.

Cheers,
Bill Keaveney



Scrolling results page

Posted: Mon Jul 17, 2000 1:29 pm
by Thunderstone



You can simply edit the search script to print the $Body of the result
(make sure to select it in the outer <SQL> statement if it isn't already)
in a <TEXTAREA>.

-Kai