Process external link results into form

admin

Administrator
Staff member
Hi,

I have the following problem: I have a form and I want to automatically fill some form input boxes with informations obtained from external link.

Example:
I want to show number of result found by google. User fill query into input box and press BUTTON. Javascript function attached to this button connects to google with specified query, parses the output html stream from google and shows ALERT with number of found results (regexp parse for "Results 1 - 10 of about 1257." - I want to show the number "1257" to user).


Is this possible???

thank you
 
Back
Top