|
-
Aug 16th, 2000, 04:26 PM
#1
I need help trying to post to a CGI search program using my VB program and then post the results in my VB program.
anyone can help me I'd greatly apperciate it!
Thanks!!!
-
Aug 16th, 2000, 05:00 PM
#2
I would go to the site, and look at the query string, and then chop that up....
for example,
lets pretend altavista was
http://www.altavista.com/cgi-bin/search?=vb&page=1
you would do
Code:
MyStr = Inet1.OpenURL("www.altavista.com/cgi-bin/search?=" & SearchString & "&page=" & PageNum)
then use a sorting algorithm to extract all the links, and filter out the goood(results), and the bad(the ones that are normally on the page)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|