|
Posted by David Dorward on 07/14/06 06:38
feelsuccess@gmail.com wrote:
> I new to html. As my first assignement i going to write some fun code.
>
> Create a google search box. when users types in a word, returns all the
> ads that google displays, therefore no search result.
HTML is a data format, for that sort of thing you want to do you need to
send a HTTP request to Google, get the document back, parse it and extract
the bits you want, then use that data to create a new document.
HTML alone can't do it.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|