Re: Help to Populate Federal Express Web Ship Rate Form Dimensions with VBScript

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Shawn (smowersprint_at_earthlink.net)
Date: 06/08/04


Date: 8 Jun 2004 08:55:11 -0700

That worked!

Thank You!,
Shawn
"TDM" <tdm3@nospam.net> wrote in message news:<eulhYuKTEHA.1508@TK2MSFTNGP11.phx.gbl>...
> "Shawn" <smowersprint@earthlink.net> wrote in message
> news:d642dcbc.0406040858.7ea6b196@posting.google.com...
> > I started writing a VBScript that would help us automatically get rate
> > quotes from Federal Express. It seems to work well for entering a
> > dynamic zip code, however I can't get it to enter the weight and
> > dimensions. I have been searching the groups, but have not been able
> > to find out what I'm doing wrong.
> >
> <snip>
>
> Shawn,
>
> Give this a wack ...
>
> Dim itms
> Set itms = ie1.Document.all
>
> itms.namedItem("packageForm.packageList[0].weight").value = 50
> itms.namedItem("packageForm.packageList[0].dimLength").value = 40
> itms.namedItem("packageForm.packageList[0].dimWidth").value = 30
> itms.namedItem("packageForm.packageList[0].dimHeight").value = 10
>
>
> TDM



Relevant Pages

  • Re: Help to Populate Federal Express Web Ship Rate Form Dimensions with VBScript
    ... > I started writing a VBScript that would help us automatically get rate ... > quotes from Federal Express. ... It seems to work well for entering a ... Dim itms ...
    (microsoft.public.scripting.vbscript)
  • Re: How to find personal trainer to eliminate an accent
    ... is less important than your English grammar. ... but when he read a few quotes in German, ... Boltz, writing about the origins of Chinese writing, leaves several quotes in French. ...
    (sci.lang)
  • Re: Those lacross players...good guys(or not)
    ... street and beaten by an angry mob for writing.. ... :If you want me to go on arguing, you'll have to pay for another ... :> press already....all I see the press doing is putting out quotes ...
    (rec.sport.football.college)
  • Re: Working with binary registry values
    ... have run into a "bug" in vbScript, when writing a binary ... the correct constant you wish install in the registry, ... vbscript I'm trying to write. ... it throws back an error saying the array is out of range. ...
    (microsoft.public.scripting.vbscript)
  • Re: A pick-list prompt for commandline VBScript?
    ... input and act accordingly ... I'm writing a script where I need to prompt the user to select an item ... I've searched high and low for a VBScript ...
    (microsoft.public.scripting.vbscript)