I would like a button on a form to open a 3rd party website and
automatically enter parameters into the .asp website to directly open
up the search results.
I think I need to use the Followhyperlink command, and I can get it to
open the website, but the user needs to then enter the search
paramters by hand and then hit the 'search button'. There has to be a
way to automate the process, isn't there? I assume it is the 'extra
info' parameter on the followhyperlink command but the help file isn't
very useful.
Thanks for any help,
Perry - 05 Jun 2007 00:27 GMT
Get in touch with the webmaster hosting the counter website.
Discuss whether you can get access to their site ....
Example+
Suppose y're the webmaster of a certain website,
would you allow other/third parties to enter (a part of) your site by coding
some (login) parameters ????
--
Krgrds,
Perry
System:
Vista/Office Ultimate
VS2005/VSTO2005 SE
>I would like a button on a form to open a 3rd party website and
> automatically enter parameters into the .asp website to directly open
[quoted text clipped - 8 lines]
>
> Thanks for any help,
Dirk Goldgar - 05 Jun 2007 05:36 GMT
> I would like a button on a form to open a 3rd party website and
> automatically enter parameters into the .asp website to directly open
[quoted text clipped - 6 lines]
> info' parameter on the followhyperlink command but the help file isn't
> very useful.
This may or may not work: go to the website, enter some search terms
manually, and click the Search button. When the results come up, look
in the browser's address bar for the URL. It may well include the query
string that was used to produce those results. From that, you may be
able to figure out how to construct such a URL in your code, and then
use FollowHyperlink to follow it.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
mpfohl@hotmail.com - 05 Jun 2007 16:13 GMT
I have trouble believing there isn't a way to do this without talking
to the webmaster?
there is a 'extrainfo' parameter in the follow hyperlink command as
well as a msoMethodPost parameter. Clearly these are meant to do what
i'm asking, I just can't figure out how.