[wdvltalk] Re: shopping cart/php/paypal

2003-10-31 Thread K.F. Wu
Hi Jenni,

Thank you for sharing. It seems the look of dansie cart is not as nice as 
osecommerce. Although clickcartpro is affordable, it's not free.  But 
thanks for the info anyway.

KoaFar

At 02:58 PM 10/31/2003, you wrote:
Hey KoaFar,

Well, I certainly cannot write one myslef :)  It's on my
list though, as soon as I find the time to learn...
I have used 2checkout.com's open source cart, which really
sucks.  I used paypal's and it's ok for small sites.
I have used Dansie cart: http://www.dansie.net/cart.html
and liked it.  It works with lots of payment options and
has great tech support -  very easy to customize.
My favorite one is www.clickcartpro.com.  It's affordable,
works with just about any merchant, has lots of features
and pretty good tech support to boot. Actually I love this
one and use it as often as I can :)
Hope that helps, good luck :)

Jenni

--- "K.F. Wu" <[EMAIL PROTECTED]> wrote:
> Thanks, Jenni.
> I am not an expert either. I see your point. However, if
> a web
> designer/developer works on a storefront for the client,
> he/she could,
> theoretically, easily code the storefront/product with a
> db and make access
> for the client to manage the store. I would say that
> installing a 3rd-party
> shopping cart probably takes somewhat similar amount, if
> not more, of
> time/effort as coding one storefront/product arrangement.
>  Also, the
> learning time for the developer and the client is extra.
> Could you share
> your experience? e.g., which shopping cart you use for
> your client? ...
>
> KoaFar
>
> At 01:57 PM 10/31/2003, you wrote:
> >Paypal is great for small sites that don't have a large
> >amount of stuff to sell and/or update often.  There is
> no
> >back office, no database, no dynamic anything
> whatsoever,
> >so each change to the products in the store must be done
> in
> >the web page itself. If the client has to update their
> cart
> >often, they either have to pay you, or learn a bit of
> HTML.
> >  So, the other option is to find a cart that works with
> >paypal, yet has a database of sorts that lets the client
> >manage their products.
> >
> >I am in no way an expert on shopping carts so there may
> be
> >other reasons, but this one is the one that I have run
> >across in my experience.
> >
> >Jenni
> >
> >--- "K.F. Wu" <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > A need of using shopping cart is coming.  I checked
> > > several free carts
> > > including oscommerce, paypal, and two offered from
> > > hosting company.  It
> > > seems a bit unclear to me why people would use
> 3rd-party
> > > shopping cart and
> > > link to Paypal gateway, but not use Paypal's own free
> > > shopping cart?  I
> > > believe that all or most 3rd-party shopping carts
> require
> > > store owner's
> > > database space, but using Paypal's cart does not.
> Does
> > > this unique feature
> > > make a pro or con for Paypal cart? I see no advantage
> > > except using the
> > > storefront/productdisplay layout from 3rd-party
> shopping
> > > carts (Paypal's
> > > cart doesn't provide storefront/productdisplay
> layout).
> > > So why should I
> > > use 3rd party shopping carts, but not Paypal's?  Am I
> > > missing something here?
> > >
> > > Thanks for any comments.
> > >
> > > KoaFar
> > >
> > > At 01:43 PM 2/24/2003, you wrote:
> > >
> > > > > I am looking for a shopping cart, written in
> > > php/mysql/ that will
> > > > > integrate into paypal. As I want this primarily
> for
> > > learning purposes a
> > > > > free one would be ideal.
> > > >
> > > >http://www.oscommerce.com/


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] SSI and redirect based on referrer revisited

2003-10-31 Thread michael ensor
Abigail:

have been trialling a little counter which allows visitors to click on and
see how many page visits, and  to include it in the footer, which means that
either I have to abandon the global footer and have a specific one for each
site section (with the specific stats code) or use nested includes.

My Saturday morning testing on one section so far seems to show that this
works:

1.'Content'  footer include [ the content of the footer without the stats
counter code ]
##
http://www.wellingtonlive.co.nz";> www.WellingtonLive.co.nz

email
greytop


Copyright © 2000 - 2003, edc
##
2.Section specific footer include with the counter code [omitted]
##













#
3.Pages include call for the included footers:
##


=
and so far the double include works without any apparent problems, however
two points:

(a) this may depend on the specific attributes of the DOCUMENT_NAME variable

(b) it is somewhat more limited that the DOCUMENT_URI variable if one wants
to manipulate using if_else or regex, unless of course your page naming
conventions take that intended use into account, which might get a little
clumsy and non intuitive...

cheers


www.WellingtonLive.co.nz


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.532 / Virus Database: 326 - Release Date: 27/10/03


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: shopping cart/php/paypal

2003-10-31 Thread Pace Computing Limited
Hey KoaFar, 

Well, I certainly cannot write one myslef :)  It's on my
list though, as soon as I find the time to learn...

I have used 2checkout.com's open source cart, which really
sucks.  I used paypal's and it's ok for small sites.  

I have used Dansie cart: http://www.dansie.net/cart.html
and liked it.  It works with lots of payment options and
has great tech support -  very easy to customize.

My favorite one is www.clickcartpro.com.  It's affordable,
works with just about any merchant, has lots of features
and pretty good tech support to boot. Actually I love this
one and use it as often as I can :)

Hope that helps, good luck :)

Jenni


--- "K.F. Wu" <[EMAIL PROTECTED]> wrote:
> Thanks, Jenni.
> I am not an expert either. I see your point. However, if
> a web 
> designer/developer works on a storefront for the client,
> he/she could, 
> theoretically, easily code the storefront/product with a
> db and make access 
> for the client to manage the store. I would say that
> installing a 3rd-party 
> shopping cart probably takes somewhat similar amount, if
> not more, of 
> time/effort as coding one storefront/product arrangement.
>  Also, the 
> learning time for the developer and the client is extra.
> Could you share 
> your experience? e.g., which shopping cart you use for
> your client? ...
> 
> KoaFar
> 
> At 01:57 PM 10/31/2003, you wrote:
> >Paypal is great for small sites that don't have a large
> >amount of stuff to sell and/or update often.  There is
> no
> >back office, no database, no dynamic anything
> whatsoever,
> >so each change to the products in the store must be done
> in
> >the web page itself. If the client has to update their
> cart
> >often, they either have to pay you, or learn a bit of
> HTML.
> >  So, the other option is to find a cart that works with
> >paypal, yet has a database of sorts that lets the client
> >manage their products.
> >
> >I am in no way an expert on shopping carts so there may
> be
> >other reasons, but this one is the one that I have run
> >across in my experience.
> >
> >Jenni
> >
> >--- "K.F. Wu" <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > A need of using shopping cart is coming.  I checked
> > > several free carts
> > > including oscommerce, paypal, and two offered from
> > > hosting company.  It
> > > seems a bit unclear to me why people would use
> 3rd-party
> > > shopping cart and
> > > link to Paypal gateway, but not use Paypal's own free
> > > shopping cart?  I
> > > believe that all or most 3rd-party shopping carts
> require
> > > store owner's
> > > database space, but using Paypal's cart does not. 
> Does
> > > this unique feature
> > > make a pro or con for Paypal cart? I see no advantage
> > > except using the
> > > storefront/productdisplay layout from 3rd-party
> shopping
> > > carts (Paypal's
> > > cart doesn't provide storefront/productdisplay
> layout).
> > > So why should I
> > > use 3rd party shopping carts, but not Paypal's?  Am I
> > > missing something here?
> > >
> > > Thanks for any comments.
> > >
> > > KoaFar
> > >
> > > At 01:43 PM 2/24/2003, you wrote:
> > >
> > > > > I am looking for a shopping cart, written in
> > > php/mysql/ that will
> > > > > integrate into paypal. As I want this primarily
> for
> > > learning purposes a
> > > > > free one would be ideal.
> > > >
> > > >http://www.oscommerce.com/
> 
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: How can you turn off password remembering?

2003-10-31 Thread Dominique Clawson
Hi Michael:

Add autocomplete="off" into your form tag
Regards,

Dominique


-Original Message-
From: Mike Davis [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 31, 2003 12:52 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] How can you turn off password remembering?


Is there a way to set my login page so that users HAVE to type in their
username and password, and windows can't "remember" it for them?

Michael Davis
Webmaster
CD Publications
http://www.cdpublications.com/
[EMAIL PROTECTED]
__

CD Publications - Independent Newsletter Publishers Since 1961


 * The WDVL Discussion List from WDVL.COM * 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with
the words: "set WDVLTALK pw=yourpassword" in the body of the email. To
change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as:
[EMAIL PROTECTED] To unsubscribe send a blank email to
%%email.unsub%%

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: How can you turn off password remembering?

2003-10-31 Thread Jan Major
Mike
Check out this page, maybe it's in the javascript.
https://onlineid.bankofamerica.com/cgi-bin/sso.login.controller?state=CA
Jan

- Original Message -
From: "Mike Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 31 October 2003 19:52
Subject: [wdvltalk] How can you turn off password remembering?


Is there a way to set my login page so that users HAVE to
type in their username and password, and windows can't
"remember" it for them?


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: shopping cart/php/paypal

2003-10-31 Thread K.F. Wu
Thanks, Jenni.
I am not an expert either. I see your point. However, if a web 
designer/developer works on a storefront for the client, he/she could, 
theoretically, easily code the storefront/product with a db and make access 
for the client to manage the store. I would say that installing a 3rd-party 
shopping cart probably takes somewhat similar amount, if not more, of 
time/effort as coding one storefront/product arrangement.  Also, the 
learning time for the developer and the client is extra. Could you share 
your experience? e.g., which shopping cart you use for your client? ...

KoaFar

At 01:57 PM 10/31/2003, you wrote:
Paypal is great for small sites that don't have a large
amount of stuff to sell and/or update often.  There is no
back office, no database, no dynamic anything whatsoever,
so each change to the products in the store must be done in
the web page itself. If the client has to update their cart
often, they either have to pay you, or learn a bit of HTML.
 So, the other option is to find a cart that works with
paypal, yet has a database of sorts that lets the client
manage their products.
I am in no way an expert on shopping carts so there may be
other reasons, but this one is the one that I have run
across in my experience.
Jenni

--- "K.F. Wu" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> A need of using shopping cart is coming.  I checked
> several free carts
> including oscommerce, paypal, and two offered from
> hosting company.  It
> seems a bit unclear to me why people would use 3rd-party
> shopping cart and
> link to Paypal gateway, but not use Paypal's own free
> shopping cart?  I
> believe that all or most 3rd-party shopping carts require
> store owner's
> database space, but using Paypal's cart does not.  Does
> this unique feature
> make a pro or con for Paypal cart? I see no advantage
> except using the
> storefront/productdisplay layout from 3rd-party shopping
> carts (Paypal's
> cart doesn't provide storefront/productdisplay layout).
> So why should I
> use 3rd party shopping carts, but not Paypal's?  Am I
> missing something here?
>
> Thanks for any comments.
>
> KoaFar
>
> At 01:43 PM 2/24/2003, you wrote:
>
> > > I am looking for a shopping cart, written in
> php/mysql/ that will
> > > integrate into paypal. As I want this primarily for
> learning purposes a
> > > free one would be ideal.
> >
> >http://www.oscommerce.com/


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: shopping cart/php/paypal

2003-10-31 Thread Pace Computing Limited
Paypal is great for small sites that don't have a large
amount of stuff to sell and/or update often.  There is no
back office, no database, no dynamic anything whatsoever,
so each change to the products in the store must be done in
the web page itself. If the client has to update their cart
often, they either have to pay you, or learn a bit of HTML.
 So, the other option is to find a cart that works with
paypal, yet has a database of sorts that lets the client
manage their products. 

I am in no way an expert on shopping carts so there may be
other reasons, but this one is the one that I have run
across in my experience.

Jenni

--- "K.F. Wu" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> A need of using shopping cart is coming.  I checked
> several free carts
> including oscommerce, paypal, and two offered from
> hosting company.  It
> seems a bit unclear to me why people would use 3rd-party
> shopping cart and
> link to Paypal gateway, but not use Paypal's own free
> shopping cart?  I
> believe that all or most 3rd-party shopping carts require
> store owner's
> database space, but using Paypal's cart does not.  Does
> this unique feature
> make a pro or con for Paypal cart? I see no advantage
> except using the
> storefront/productdisplay layout from 3rd-party shopping
> carts (Paypal's
> cart doesn't provide storefront/productdisplay layout). 
> So why should I
> use 3rd party shopping carts, but not Paypal's?  Am I
> missing something here?
> 
> Thanks for any comments.
> 
> KoaFar
> 
> At 01:43 PM 2/24/2003, you wrote:
> 
> > > I am looking for a shopping cart, written in
> php/mysql/ that will
> > > integrate into paypal. As I want this primarily for
> learning purposes a
> > > free one would be ideal.
> >
> >http://www.oscommerce.com/
> 
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: How can you turn off password remembering?

2003-10-31 Thread Brewnetty \(AuntySpam\)
Yahoo does it, but I don't know how its done.

AuntySpam, SLP Coordinator, pspug.org

http://www.pspug.org/edu/edu.shtml
http://www.pspug.org/edu/slp/assign.shtml
http://www.pspug.org/edu/slp/slpparticipants.htm




- Original Message - 
From: "Mike Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 31, 2003 11:52 AM
Subject: [wdvltalk] How can you turn off password remembering?


Is there a way to set my login page so that users HAVE to type in
their
username and password, and windows can't "remember" it for them?

Michael Davis
Webmaster
CD Publications
http://www.cdpublications.com/
[EMAIL PROTECTED]

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: shopping cart/php/paypal

2003-10-31 Thread K.F. Wu
Hi,

A need of using shopping cart is coming.  I checked several free carts
including oscommerce, paypal, and two offered from hosting company.  It
seems a bit unclear to me why people would use 3rd-party shopping cart and
link to Paypal gateway, but not use Paypal's own free shopping cart?  I
believe that all or most 3rd-party shopping carts require store owner's
database space, but using Paypal's cart does not.  Does this unique feature
make a pro or con for Paypal cart? I see no advantage except using the
storefront/productdisplay layout from 3rd-party shopping carts (Paypal's
cart doesn't provide storefront/productdisplay layout).  So why should I
use 3rd party shopping carts, but not Paypal's?  Am I missing something here?
Thanks for any comments.

KoaFar

At 01:43 PM 2/24/2003, you wrote:

> I am looking for a shopping cart, written in php/mysql/ that will
> integrate into paypal. As I want this primarily for learning purposes a
> free one would be ideal.
http://www.oscommerce.com/


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: How can you turn off password remembering?

2003-10-31 Thread Bj
- Original Message -
From: "Mike Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 31 October 2003 19:52
Subject: [wdvltalk] How can you turn off password remembering?


> Is there a way to set my login page so that users HAVE to
> type in their username and password, and windows can't
> "remember" it for them?

The way my Bank does it, the login page asks for a different letter of the
password each time, at random... such as:

"What is the third letter of your password?"

This is not quite as secure as asking for the whole password since you have
around a 1 in 26 chance of simply guessing it, but in fact it asks for two
letters - 1st and 5th, or 2nd and 3rd, or 2nd and 6th together with
knowing the username this is pretty good

Bj


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Autoresponder Trouble

2003-10-31 Thread Pace Computing Limited
Hi Dominique,

He uses, XP, Outlook Express (might be regular outlook
though) receiveing from a mindspring.com email, and IE 6.

Jenni

--- Dominique Clawson <[EMAIL PROTECTED]>
wrote:
> Hi Jenni:
> What OS/Mail/Browser is your client using?
> Regards,
> Dominique
> 
> -Original Message-
> From: Pace Computing Limited
> [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 31, 2003 11:02 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [wdvltalk] Autoresponder Trouble
> 
> 
> Hello Everyone, 
> 
> I have a big favor to ask of anyone who is willing. 
> 
> I have set up an series of HMTL email messages into an
> autoresponder.
> The client is claiming that when he clicks on the link on
> the bottom of
> the emails (that are supposed to send him the next
> message in the series
> immediately) that it is not working on emails #2-5.  
> 
> It works for me, the ar log says it is sending them, yet
> the client says they don't work.
> 
> If anyone could possibly send a blank email to: 
> 
> [EMAIL PROTECTED] 
> 
> Then click the link at the bottom of each email (after
> the confirmation
> message of course) to see if they get the next one, I
> would be sooo
> grateful.  This really should only take like 5 minutes of
> your time,
> there is one confirmation message and 5 HTML messages.
> 
> Don't worry...I will remove your email from the list
> right after I send
> the results to my client.  I am not trying to get anyone
> into a spam
> list, just prove to my client that it is his email client
> and not the AR
> or the messages - at least I hope to prove that :).  I
> can find no
> eveidence of anything else wrong and the AR logs show
> they are being
> sent when requested, so I am at a loss otherwise.
> 
> TIA, 
> 
> Jenni
> 
> 
>  * The WDVL Discussion List from WDVL.COM * 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with
> the words: "set WDVLTALK pw=yourpassword" in the body of
> the email. To
> change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED] To unsubscribe send a
> blank email to
> %%email.unsub%%
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] How can you turn off password remembering?

2003-10-31 Thread Mike Davis
Is there a way to set my login page so that users HAVE to type in their
username and password, and windows can't "remember" it for them?

Michael Davis
Webmaster
CD Publications
http://www.cdpublications.com/
[EMAIL PROTECTED]
__

CD Publications - Independent Newsletter Publishers Since 1961


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: macintosh and javascript

2003-10-31 Thread Franni Vincent
The Mac view: I see no navigation bar under the photos... [MacOs X IE 
5.1 or IE 5 in Classic mode]... but I can see it *above* the photos 
with ye olde netscape 4.7...



Franni



Thank would be wonderful! I hesitated to ask for people to review this --
there are so many kind folks willing to help on this group it would be easy
to keep submitting questions and requests for review and take advantage of
your kindness.
The URL:  http://www.sonomavintnerscoop.com

There should be a tan navigation bar underneath the line of photos at the
top of the page. This site was built for a coop and I was told everyone was
on a PC. Turns out one member has a Mac -- several requests have not given
me the answer of what Mac version or details on the browser used and browser
settings.
Thanks for offering to help.

Janet



- Original Message -
From: "Franni Vincent" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 30, 2003 12:40 PM
Subject: [wdvltalk] Re: macintosh and javascript

 Dyou want to put the URL up so those of us who have Macs can let you
 know if we can see the bar? Having come back from two days of client
 meetings up on the north Welsh border with some sort of bug, checking
 a site's about all my braincells are fit for...
 Franni
 >

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Autoresponder Trouble

2003-10-31 Thread Dominique Clawson
Hi Jenni:
What OS/Mail/Browser is your client using?
Regards,
Dominique

-Original Message-
From: Pace Computing Limited [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 31, 2003 11:02 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [wdvltalk] Autoresponder Trouble


Hello Everyone, 

I have a big favor to ask of anyone who is willing. 

I have set up an series of HMTL email messages into an autoresponder.
The client is claiming that when he clicks on the link on the bottom of
the emails (that are supposed to send him the next message in the series
immediately) that it is not working on emails #2-5.  

It works for me, the ar log says it is sending them, yet
the client says they don't work.

If anyone could possibly send a blank email to: 

[EMAIL PROTECTED] 

Then click the link at the bottom of each email (after the confirmation
message of course) to see if they get the next one, I would be sooo
grateful.  This really should only take like 5 minutes of your time,
there is one confirmation message and 5 HTML messages.

Don't worry...I will remove your email from the list right after I send
the results to my client.  I am not trying to get anyone into a spam
list, just prove to my client that it is his email client and not the AR
or the messages - at least I hope to prove that :).  I can find no
eveidence of anything else wrong and the AR logs show they are being
sent when requested, so I am at a loss otherwise.

TIA, 

Jenni


 * The WDVL Discussion List from WDVL.COM * 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with
the words: "set WDVLTALK pw=yourpassword" in the body of the email. To
change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as:
[EMAIL PROTECTED] To unsubscribe send a blank email to
%%email.unsub%%

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: r.m ??

2003-10-31 Thread Bankei
Outside of the fact that the video is black with no audio, you need to use
a .ram metafile for this to work in all curcumstances.  See:

http://service.real.com/help/library/guides/production/realpgd.htm

Chapter 10, about half way through, explains all.  This is an older Guide
but I think it is much clearer.

On Fri, 31 Oct 2003, Gerrie Warner wrote:

> Subject: [wdvltalk] r.m ??
>
> Does this work for anyone?
> http://www.lp.se/gerrie-warner/point.htm
>
> tia, Ger
>

___
[EMAIL PROTECTED] - learning UNIX very slowly
SDF Public Access UNIX System - http://sdf.lonestar.org
http://www.metroencoding.com

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Autoresponder Trouble - Thanks everyone!

2003-10-31 Thread Pace Computing Limited
Thank a lot guys!  Most of you that helped have
unsubscribed and I have also gone in a deleted your entire
records from the system to be sure you won't be bothered
again.

I appreciate all of your help :)

Jenni



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Autoresponder Trouble

2003-10-31 Thread Pace Computing Limited
Thank you Janet!

I appreciate your help and the info.  This is going to
quite an exclusive list, word of mouth only, so I don't
think there will be any trouble.  

I will be sure that the client knows that this is happening
though and maybe we can tweak the wording, use less images
or even better, create a text version :)

Thanks again :)

Jenni



--- jmwcruiser <[EMAIL PROTECTED]> wrote:
> Worked for me as well.
> 
> Windows XP, IE 6
> 
> Only issue is that the emails after the initial
> confirmation email (the ones
> from Joseph Sgarlata were flagged as spam by my ISP. I
> have not set up any
> spam filters - this is some auto process of adding a
> [SPAM] tag to the
> header of suspect messages.
> 
> Janet
> 
> 
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Autoresponder Trouble

2003-10-31 Thread Pace Computing Limited
Thank you Deb!

Jenni

--- puterbug <[EMAIL PROTECTED]> wrote:
> At 12:02 PM 10/31/2003, you wrote:
> >Hello Everyone,
> >
> >I have a big favor to ask of anyone who is willing.
> >
> >Then click the link at the bottom of each email (after
> the
> >confirmation message of course) to see if they get the
> next
> >one, I would be sooo grateful.  This really should
> only
> >take like 5 minutes of your time, there is one
> confirmation
> >message and 5 HTML messages.
> >
> >Don't worry...I will remove your email from the list
> right
> >after I send the results to my client.
> 
> 
> I got all of them.
> Deb 
> 
> 
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Autoresponder Trouble

2003-10-31 Thread jmwcruiser
Worked for me as well.

Windows XP, IE 6

Only issue is that the emails after the initial confirmation email (the ones
from Joseph Sgarlata were flagged as spam by my ISP. I have not set up any
spam filters - this is some auto process of adding a [SPAM] tag to the
header of suspect messages.

Janet



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Autoresponder Trouble

2003-10-31 Thread puterbug
At 12:02 PM 10/31/2003, you wrote:
Hello Everyone,

I have a big favor to ask of anyone who is willing.

Then click the link at the bottom of each email (after the
confirmation message of course) to see if they get the next
one, I would be sooo grateful.  This really should only
take like 5 minutes of your time, there is one confirmation
message and 5 HTML messages.
Don't worry...I will remove your email from the list right
after I send the results to my client.


I got all of them.
Deb 



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Autoresponder Trouble

2003-10-31 Thread Pace Computing Limited
Thank you for your time Heather!  
Greatly apppreciated :)

Jenni


--- Heather Laidlaw <[EMAIL PROTECTED]> wrote:
> Worked for me on Windows XP with Outlook 2k.
> 
> Heather Laidlaw
> Internet Manager
> Seattle Repertory Theatre
> [EMAIL PROTECTED]
> (206) 443-2210 x1044
> www.seattlerep.org
> 
> 
> 
> -Original Message-
> From: Pace Computing Limited
> [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 31, 2003 10:02 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [wdvltalk] Autoresponder Trouble
> 
> 
> Hello Everyone, 
> 
> I have a big favor to ask of anyone who is willing. 
> 
> I have set up an series of HMTL email messages into an
> autoresponder.  The
> client is claiming that when he clicks on the link on the
> bottom of the
> emails (that are supposed to send him the next message in
> the series
> immediately) that it is not working on emails #2-5.  
> 
> It works for me, the ar log says it is sending them, yet
> the client says they don't work.
> 
> If anyone could possibly send a blank email to: 
> 
> [EMAIL PROTECTED] 
> 
> Then click the link at the bottom of each email (after
> the confirmation
> message of course) to see if they get the next one, I
> would be sooo
> grateful.  This really should only take like 5 minutes of
> your time, there
> is one confirmation message and 5 HTML messages.
> 
> Don't worry...I will remove your email from the list
> right after I send the
> results to my client.  I am not trying to get anyone into
> a spam list, just
> prove to my client that it is his email client and not
> the AR or the
> messages - at least I hope to prove that :).  I can find
> no eveidence of
> anything else wrong and the AR logs show they are being
> sent when requested,
> so I am at a loss otherwise.
> 
> TIA, 
> 
> Jenni
> 
> 
>  * The WDVL Discussion List from WDVL.COM * 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the
> words: "set WDVLTALK pw=yourpassword" in the body of the
> email. To change
> subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED] To
> unsubscribe send a blank email to %%email.unsub%%
> 
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system
> (http://www.grisoft.com).
> Version: 6.0.530 / Virus Database: 325 - Release Date:
> 10/22/03
>  
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Autoresponder Trouble

2003-10-31 Thread Heather Laidlaw
Worked for me on Windows XP with Outlook 2k.

Heather Laidlaw
Internet Manager
Seattle Repertory Theatre
[EMAIL PROTECTED]
(206) 443-2210 x1044
www.seattlerep.org



-Original Message-
From: Pace Computing Limited [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 31, 2003 10:02 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [wdvltalk] Autoresponder Trouble


Hello Everyone, 

I have a big favor to ask of anyone who is willing. 

I have set up an series of HMTL email messages into an autoresponder.  The
client is claiming that when he clicks on the link on the bottom of the
emails (that are supposed to send him the next message in the series
immediately) that it is not working on emails #2-5.  

It works for me, the ar log says it is sending them, yet
the client says they don't work.

If anyone could possibly send a blank email to: 

[EMAIL PROTECTED] 

Then click the link at the bottom of each email (after the confirmation
message of course) to see if they get the next one, I would be sooo
grateful.  This really should only take like 5 minutes of your time, there
is one confirmation message and 5 HTML messages.

Don't worry...I will remove your email from the list right after I send the
results to my client.  I am not trying to get anyone into a spam list, just
prove to my client that it is his email client and not the AR or the
messages - at least I hope to prove that :).  I can find no eveidence of
anything else wrong and the AR logs show they are being sent when requested,
so I am at a loss otherwise.

TIA, 

Jenni


 * The WDVL Discussion List from WDVL.COM * 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the
words: "set WDVLTALK pw=yourpassword" in the body of the email. To change
subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To
unsubscribe send a blank email to %%email.unsub%%

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03
 

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Autoresponder Trouble

2003-10-31 Thread Pace Computing Limited
Excellent!!  Thank you so much Todd!

Jenni

--- "Linden, Todd" <[EMAIL PROTECTED]> wrote:
> I was able to get all subscribe, receive all five email
> and unsubscribe
> successfully. It worked in Win2K, Outlook 98.
> 
>  - Todd
> 
> -Original Message-
> From: Pace Computing Limited
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 31, 2003 12:02 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [wdvltalk] Autoresponder Trouble
> 
> 
> Hello Everyone, 
> 
> I have a big favor to ask of anyone who is willing. 
> 
> I have set up an series of HMTL email messages into an
> autoresponder.  The client is claiming that when he
> clicks
> on the link on the bottom of the emails (that are
> supposed
> to send him the next message in the series immediately)
> that it is not working on emails #2-5.  
> 
> It works for me, the ar log says it is sending them, yet
> the client says they don't work.
> 
> If anyone could possibly send a blank email to: 
> 
> [EMAIL PROTECTED] 
> 
> Then click the link at the bottom of each email (after
> the
> confirmation message of course) to see if they get the
> next
> one, I would be sooo grateful.  This really should
> only
> take like 5 minutes of your time, there is one
> confirmation
> message and 5 HTML messages.
> 
> Don't worry...I will remove your email from the list
> right
> after I send the results to my client.  I am not trying
> to
> get anyone into a spam list, just prove to my client that
> it is his email client and not the AR or the messages -
> at
> least I hope to prove that :).  I can find no eveidence
> of
> anything else wrong and the AR logs show they are being
> sent when requested, so I am at a loss otherwise.
> 
> TIA, 
> 
> Jenni
> 
> 
>  * The WDVL Discussion List from WDVL.COM * 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the
> words: "set WDVLTALK pw=yourpassword" in the body of the
> email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%
> 
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED] 
>Send Your Posts To: [EMAIL PROTECTED]
> To set a personal password send an email to
> [EMAIL PROTECTED] with the words: "set WDVLTALK
> pw=yourpassword" in the body of the email.
> To change subscription settings to the wdvltalk digest
> version:
> http://wdvl.internet.com/WDVL/Forum/#sub
> 
>   http://www.wdvl.com 
> ___
> 
> You are currently subscribed to wdvltalk as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]