Wont this only work with 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 .
> > 
> > -jwm
> > 
> > -- 
> > 
> > 
> >             .
> > - - s u p e/r\s t a r
> > ---------------------------------------- - 
> > - --- .___/   \___. --= Jonathon Marshall
> > =------------------- -
> > - ---- \   o 0   / ---= [EMAIL PROTECTED] =-=
> > [EMAIL PROTECTED] =-- -
> > - ----- \   .   / ----= http://enthalpy.org/
> > =---------------- -
> > - ------ | / \ | -----= http://smLNK.com/
> > =------------------- -
> > - ------ |/ - \| -----= Physics! You cant live
> > without it. =-- -
> > -
> >
> ------------------------------------------------------------
> > -
> > 
> > "When a distinguished but elderly scientist says
> > that something 
> > is possible, he is almost certainly right. When he
> > says it is 
> > impossible, he is very probably wrong."
> > 
> > Clarke's First Law, from "Profiles of the Future"
> > (1962)
> > 
> > 
> > 
> >
> -------------------------------------------------------
> > 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
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 
> -------------------------------------------------------
> 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
> 

-- 


            .
- - s u p e/r\s t a r ---------------------------------------- - 
- --- .___/   \___. --= Jonathon Marshall =------------------- -
- ---- \   o 0   / ---= [EMAIL PROTECTED] =-= [EMAIL PROTECTED] =-- -
- ----- \   .   / ----= http://enthalpy.org/ =---------------- -
- ------ | / \ | -----= http://smLNK.com/ =------------------- -
- ------ |/ - \| -----= Physics! You cant live without it. =-- -
- ------------------------------------------------------------ -

"When a distinguished but elderly scientist says that something 
is possible, he is almost certainly right. When he says it is 
impossible, he is very probably wrong."

Clarke's First Law, from "Profiles of the Future" (1962)



-------------------------------------------------------
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