> Wont this only work with IE?

Yes.  But, the search bar itself is only running in IE.


> -jwm
> 
> On Sun, Feb 09, 2003 at 09:29:45AM -0800, Brent Beardsley wrote:
> > Hi Jonathon,
> > 
> > Here's a possible solution:
> > 
> > 1) Use XmlHttp to retrieve the page
> > 2) call function setSearchWindowText to set the search
> > bar's text.  The second parameter determines whether
> > or not the text is selected.  This function is defined
> > in defer_tools.js.
> > 
> > var http_obj = new ActiveXObject("Microsoft.XMLHTTP");
> > http_obj.Open('GET',webpage_url,false);
> > http_obj.Send();
> > setSearchWindowText(http_obj.responseText);
> > 
> > Brent
> > 
> > --- Jonathon Marshall <[EMAIL PROTECTED]> wrote:
> > > I think someone asked about this before but I dont
> > > recall if there was
> > > ever any final result. I want to be able to display
> > > the results to my
> > > function in the search bar. Also I will be updating
> > > smLNK soon and would
> > > like to have the function with your search tool
> > > updated as well. I will
> > > have a client script that can display the results,
> > > only, in plain text.
> > > 
> > > I have an example set up, the beta is
> > > http://smlnk.com/b/ , the current
> > > state of the client script is
> > > http://smlnk.com/b/bot.html .



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to