XMLHTTP Registration Page?

P

pbd22

All:

Is there any reason that writing an XMLHTTP registration page
is a bad idea? I am assuming all registrants have javascript
enabled (or advise them to enable it). I guess I just want to know
if any harm be done by doing this?

Thanks.
 
A

Animesh K

pbd22 said:
All:

Is there any reason that writing an XMLHTTP registration page
is a bad idea? I am assuming all registrants have javascript
enabled (or advise them to enable it). I guess I just want to know
if any harm be done by doing this?

Thanks.

Sooner or later people have to enable Javascript. I think it is being
used for "good" more than "bad."
 
M

Matthew White

pbd22 said:
All:

Is there any reason that writing an XMLHTTP registration page
is a bad idea? I am assuming all registrants have javascript
enabled (or advise them to enable it). I guess I just want to know
if any harm be done by doing this?

Thanks.

If you do make the page AJAX-enabled, what would it do? Using AJAX to
validate elements (like making sure the fields are legal values/filled in)
is ok, but using AJAX to send it probably is not. What if I find a mistake?
That element may already have been sent. I have to agree with Randy. Just
make it a regular form that is posted, but you could always add in the
validating scripts.

Matt
 
P

pbd22

If you do make the page AJAX-enabled, what would it do? Using AJAX to
validate elements (like making sure the fields are legal values/filled in)
is ok, but using AJAX to send it probably is not. What if I find a mistake?
That element may already have been sent. I have to agree with Randy. Just
make it a regular form that is posted, but you could always add in the
validating scripts.

Matt

OK, thanks. As a final question, is it better to provide no javascript
at all on the reg page in an attempt to capture
registrations that do not have javascript enabled? So, allowing
all validation to happen on the server?
 
D

David Mark

[snip]
OK, thanks. As a final question, is it better to provide no javascript
at all on the reg page in an attempt to capture

If you don't know how to script a form so that it remains functional
when scripting is unavailable then avoiding script is your best
option.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top