cginewbie
08-20-2002, 10:21 PM
Hi,
I am trying to write a cgi-bin
script to submit a keyword
to a page(written in javascript)
I thought that the http field at
the top of the browser would show
the entire string that is POSTed.
But, since this page is written in
javascript, nothing appears in
the "http" field after I "submit"
the keyword (except the original link)
Then after a while, the results appear.
I want my script to automatically
download this page and save the result
locally.
How do I "submit" a "keyword" field to a javascript, from a cgi-bin perl script?
thanks for any help!
I am trying to write a cgi-bin
script to submit a keyword
to a page(written in javascript)
I thought that the http field at
the top of the browser would show
the entire string that is POSTed.
But, since this page is written in
javascript, nothing appears in
the "http" field after I "submit"
the keyword (except the original link)
Then after a while, the results appear.
I want my script to automatically
download this page and save the result
locally.
How do I "submit" a "keyword" field to a javascript, from a cgi-bin perl script?
thanks for any help!