+ Reply to Thread
Results 1 to 5 of 5

Webquery to find zip code from an address

Hybrid View

  1. #1
    Registered User
    Join Date
    02-25-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Webquery to find zip code from an address

    http://zip4.usps.com/zip4/welcome.jsp

    Your Field names are below:

    		var firmname = 'firmname=' + field.firmname.value;
    		var address1 = '&address1=' + field.address1.value;
    		var address2 = '&address2=' + field.address2.value;
    		var city = '&city=' + field.city.value;
    		var state = '&state=' + field.state.value;
    		var zip5 = '&zip5=' + field.zip5.value;

  2. #2
    Registered User
    Join Date
    02-25-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Webquery to find zip code from an address

    Quote Originally Posted by BlindRI View Post
    http://zip4.usps.com/zip4/welcome.jsp

    Your Field names are below:

    		var firmname = 'firmname=' + field.firmname.value;
    		var address1 = '&address1=' + field.address1.value;
    		var address2 = '&address2=' + field.address2.value;
    		var city = '&city=' + field.city.value;
    		var state = '&state=' + field.state.value;
    		var zip5 '&zip5=' + field.zip5.value;
    Thanks, BlindRI. I tried to webquery from this site before--my problem is that it doesn't seem to return the zip code (webquerying the resulting zip code returns the message "Temporarily Unavailable ... SORRY!! The current application is temporarily unavailable..."

    Leith Ross, I am actually asking which website would work.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1