I am a newbie in HTML/XHTML…I have met some problems when performing the specific tasks…
1 –
…
…
How to validate the E-mail address and send the email address to "h ttp://xxxxxx.php" at the same time by using “get” method when click the “Send” button?? Also, how to “Stop” action when the e-mail address is incorrect?
2 –
…
How to use JavaScript to validate all of the above fields including verifying the email address? Also, how to use “Post” method to send the information to "h ttp://xxxxxx.php" ??
3 –
…
…
For this part, it needs to read the data from .txt file and is separated by “,”…and then display the content in the .htm...How to do it???
These are the few lines in .txt:
itemname,Price,size,in stock,colour
[Bedroom]
single bed,$160,single,yes,wood
double bed,$300,double,yes,wood
…
Million thanksss…