|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Filling & retrieving data from website with VB
When I print an envelope, I would like my Access database to automatically fill in the address information into the web form at URL and receive the standard address with zip+4.
Can someone show me how to call up the web page, get the info into the page and retrieve the results using VB? TIA |
|
#2
|
|||
|
|||
|
guess
Here's a wild guess, i'm not even sure if this is possible but it's a start
Do a Post to this site http://www.usps.com/zip4/zip4_response.jsp AKA pass in the data to this form in a post with same names as the input files on the previous page. I really have never worked with jsp let alone know what it really is, so you'll have to mess around and see if that works *shrug* |
|
#3
|
|||
|
|||
|
My guess is that it works like an asp page.. as unatratnag said, then you have to do a POST or GET to that page.
I'm sorry that I can't show you the example code, it's on my home computer and I'm at work now. ![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > Filling & retrieving data from website with VB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|