Click to See Complete Forum and Search --> : Can Java do this?


bgcole
03-15-2003, 09:55 AM
One of my clients hates the cgi catalog request form, (format) that lands in her email box. I don't blame her, it takes to long to cut and paste all the customer info.

Is there a Java form I could use to make the filled out catalog request that lands in her email box, more user friendly?

brian

khalidali63
03-15-2003, 10:22 AM
I am sure you meant JavaScript,because Java would be server related language.

The format your client gets in email is beyond the control of JavaScript.

Read this...this thread shows a PHP (again server side) code for this purpose.

http://forums.webdeveloper.com/showthread.php?s=&threadid=5930


Cheers

Khalid

bgcole
03-15-2003, 10:24 AM
Thanks for the reply, I'll see what she can do on her end.

bc