[jQuery] Subscribe form / ajax / jQuery ?

[jQuery] Subscribe form / ajax / jQuery ?

FYI - I've found the problem, I was using
var addy = $('EmailSubscribe').val();
instead of
var addy = $('input#EmailSubscribe').val();
Now to integrate it with an existing design!
Thanks everyone.
Luc Pestille
Web Designer
e: luc.pestille@in2.co.uk
t: +44 (0)1628 899 700
f: +44 (0)1628 899 701
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Luc Pestille
Sent: 29 June 2006 10:06
To: jQuery Discussion.
Subject: Re: [jQuery] Subscribe form / ajax / jQuery ?
I'm nearly there, but when I .load() my processing script (.asp), doing;
response.write request("EmailSubscribe")
(EmailSubscribe is the name of the input and the name of it's id)
Writes out "[object Object]" - any idea what I'm doing wrong, or what I
need to do to get the value of my form back out?
Thanks,
Luc Pestille
Web Designer
e: luc.pestille@in2.co.uk
t: +44 (0)1628 899 700
f: +44 (0)1628 899 701
-----Original Message-----
Thanks, I'd missed that - couple of questions though;
1) What does .load() require on the other end to get the values out? Do
I need request.form() (or equivalent), or is it passed on a
.querystring?
2) Does jQuery continue to do things after the .load(), or does it wait
for that item to actually load and complete before it will carry on with
anything below it in the script?
In2
Thames House
Mere Park
Dedmere Road
Marlow
Bucks
SL7 1PB
Tel 01628 899700
Fax 01628 899701
e: sales@in2.co.uk
i: www.in2.co.uk
This message (and any associated files) is intended only for the use of
discuss@jquery.com and may contain information that is confidential,
subject to copyright or constitutes a trade secret. If you are not
discuss@jquery.com you are hereby notified that any dissemination,
copying or distribution of this message, or files associated with this
message, is strictly prohibited. If you have received this message in
error, please notify us immediately by replying to the message and
deleting it from your computer. Messages sent to and from us may be
monitored. Any views or opinions presented are solely those of the
author Luc.Pestille@in2.co.uk and do not necessarily represent those of
the company.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/