Re: Help to Populate Federal Express Web Ship Rate Form Dimensions with VBScript
From: Shawn (smowersprint_at_earthlink.net)
Date: 06/08/04
- Next message: y sakuda: "Re: Replace astericks with spaces in a text file"
- Previous message: t.schwenk: "Re: applying dde-links on html-page by vbscript"
- In reply to: TDM: "Re: Help to Populate Federal Express Web Ship Rate Form Dimensions with VBScript"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: y sakuda: "Re: Replace astericks with spaces in a text file"
- Previous message: t.schwenk: "Re: applying dde-links on html-page by vbscript"
- In reply to: TDM: "Re: Help to Populate Federal Express Web Ship Rate Form Dimensions with VBScript"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|