Click to See Complete Forum and Search --> : If condition in an HTMl page


hisxlnc
05-02-2003, 01:14 AM
Hello there!

I am a newbie at web development. Here is my first dump question.

I have a form whose fields are filled up. I want the form to be submitted at a particular time, say 1415 at 2nd May 2003. Can this be done using HTML?

Falconix
05-02-2003, 06:54 AM
No, sorry. This requires either some sort of server side scripting language, or even javascript. But if you plan on dealing with the info you get from the form, it's probably a good idea to learn a scripting language anyway.

khalidali63
05-02-2003, 07:08 AM
Yep,
Thats true,HTML is only static display,to make things react to user interaction you will have to learn JavaScript.
With Javascript you can easily submit a form at a psecific time.