PDA

Click to See Complete Forum and Search --> : VB Filling in forms...


scotty
Nov 23rd, 1999, 02:38 AM
Hello...

Was curious if there is a way with VB to fill in a web form and submit it, and then log the results. I am trying to use a web site to find the position of the moon several times a day.

I know IE 5 has the option of filling in a form the same way each time...I am looking for something more...

The web site I would like to try this with is: http://www.auslig.gov.au/geodesy/astro/smpos.htm

Thanks,
Scott

[This message has been edited by scotty (edited 11-23-1999).]

vbsquare
Nov 28th, 1999, 04:59 AM
People ask this question so many times. At the moment I don't think that it's possible although I am learning Perl and so I will soon find out :)

------------------
"To the glory of God!"

scotty
Nov 28th, 1999, 07:36 AM
I wonder if the solution is non-direct one... Is it possible to control Internet Explorer by simuating keystrokes?

Then save the result using a simulated
ALT-F-A (file save as)...

Scott

vbsquare
Nov 28th, 1999, 03:43 PM
You can use the SendKeys function, but that is very ugly - I wouldn't recommend it unless you are desperate.

------------------
"To the glory of God!"


[This message has been edited by vbsquare (edited 11-29-1999).]