RE: Updated Learn Scripting package

2008-11-06 Thread Vic Beckley
008 2:27 AM To: gw-scripting@gwmicro.com Subject: RE: Updated Learn Scripting package I can't seem to be able to download this. -Original Message- From: Jamal Mazrui [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 1:31 PM To: gw-scripting@gwmicro.com Subject: Upd

RE: Updated Learn Scripting package

2008-11-05 Thread Juan Hernandez
I can't seem to be able to download this. -Original Message- From: Jamal Mazrui [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 1:31 PM To: gw-scripting@gwmicro.com Subject: Updated Learn Scripting package Version 1.1 fixes a name conflict with a file in the HomerSharedObj

Re: Updated Learn Scripting package

2008-06-30 Thread Ron Parker
gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Updated Learn Scripting package Perhaps a hybrid approach: when the script sends IE a URL, give it a full URL with protocol and everything, since you can expand the appdata variable in script, but for links that are within yo

Re: Updated Learn Scripting package

2008-06-30 Thread Jamal Mazrui
ting@gwmicro.com > To: gw-scripting@gwmicro.com > Subject: Re: Updated Learn Scripting package > > Perhaps a hybrid approach: when the script sends IE a URL, give it a > full URL with protocol and everything, since you can expand the appdata > variable in script, but for links that are

Re: Updated Learn Scripting package

2008-06-30 Thread Ron Parker
]> Reply-To: gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Updated Learn Scripting package Can't you just use a relative URL? That is, just do href="whatever.html" instead of the whole protocol/path/filename thing. Jamal Mazrui wrote: Interesting, s

Re: Updated Learn Scripting package

2008-06-30 Thread Jamal Mazrui
08:55:26 -0400 > From: Ron Parker <[EMAIL PROTECTED]> > Reply-To: gw-scripting@gwmicro.com > To: gw-scripting@gwmicro.com > Subject: Re: Updated Learn Scripting package > > > Can't you just use a relative URL? That is, just do > href="whatever.html" instead o

Re: Updated Learn Scripting package

2008-06-30 Thread Ron Parker
pt is necessary, what is the simplest approach for this? Jamal On Sat, 28 Jun 2008, Aaron Smith wrote: Date: Sat, 28 Jun 2008 09:46:08 -0400 From: Aaron Smith <[EMAIL PROTECTED]> Reply-To: gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Updated Learn Scripting packag

Re: Updated Learn Scripting package

2008-06-28 Thread Jamal Mazrui
Smith <[EMAIL PROTECTED]> > Reply-To: gw-scripting@gwmicro.com > To: gw-scripting@gwmicro.com > Subject: Re: Updated Learn Scripting package > > Jamal Mazrui wrote: > > One question for anyone familiar with HTML. The links in the tutorial are > > not loading th

Re: Updated Learn Scripting package

2008-06-28 Thread Aaron Smith
Jamal Mazrui wrote: One question for anyone familiar with HTML. The links in the tutorial are not loading the local files as intended. The file protocol is quirky in that it takes three slashes instead of two, and the full path must be specified with spaces as %20 and fore slashes instead of