Michael,

Thanks for the reply.  Both solutions work, but return false works as
well.  It turns out that the real issue was that the cookie on IE6 in
a localhost environment cannot be set, well, at least I have been
unsuccessful.  I am running Multiple IEs on one box and IE Tester on
another and neither will allow me to set the cookie in IE6.  IE7 is
fine.

I appreciate your help though.

Cheers.

Joe

www.subprint.com

On Jun 10, 9:56 am, Michael <[EMAIL PROTECTED]> wrote:
> $("form").*bind*("submit", function(event){
>   event.stopPropagation();
>
> });
>
> better :-)

Reply via email to