PDA

View Full Version : Multi web search



juni
08-08-2009, 04:13 AM
Hi, heres an updated multi web search that can be incorperated into your project, code taken from some projects here on the forum credits to rexzooly, Jackdaniels,TristanD & melissa. has anyone got any ideas on how to store the search history in a dropdown box like google did i thnk it would top this one off. :yes

boku
08-11-2009, 11:18 PM
Haven't looked at project just yet but for your question what about..


On Key

if e_Key == 13 then
ComboBox.InsertItem("Combobox1", 1, ComboBox.GetText("Combobox1"), "");
end

Also just noticed, but it could be due to my global location but when using AOL, the search failes.

for me, the surl must be
http://search.aol.com/aol/search?s_it=topsearchbox.nrf&q=

hamseda04
05-25-2010, 01:00 PM
hello
i,m connect from Iran.
i,m need a project that can search a word by input in web
excuse me i,m don,t speak English.
sketch project:
1.input 2. web 3.find 4.find next(word in input)
and support Farsi

Tone
06-08-2010, 08:09 AM
Hello,

Input properties / On Key

if e_Key == 13 then
Web.LoadURL("Web1", Input.GetText("Input1"));
end

Tone
06-08-2010, 08:19 AM
Thank you juni it's beautiful, i'll certainly be using it.