oasis
07-01-2003, 02:26 AM
Is possible to make a feedback form don't using php and mysql just javascript ... to send feedback to mail ... or save in file
thanx ...
thanx ...
|
Click to See Complete Forum and Search --> : Feedback oasis 07-01-2003, 02:26 AM Is possible to make a feedback form don't using php and mysql just javascript ... to send feedback to mail ... or save in file thanx ... requestcode 07-01-2003, 06:58 AM The problem with not using a Server Side languag such as PHP or Perl is that you are relying on the individual to have their Mail client set up properly. Most do not so your feedback form would not be very useful. You could provide a simple "mailto" link if that is the only solution you can use. <a href="mailto:my@email.com?subject=feedback">Feedback</a> Somebody correct me if I am wrong, but I believe that the use of maito in forms does not work for the new browsers. It still brings up the Mail client email box. oasis 07-01-2003, 07:38 AM yes I know that link mail to ... Ok thanx ... for info ... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |