Beside you all the way
..Tomorrow and today, beside you all the way..
the sentences above are some part lyrics that I adopt from If - Bread, so romantic lyric I guess and this is a song that remind me to Demon when we were far away hehehe.. You can see the complete lyric here
Hmm.. today finally I learn about html script again. Suddenly my friend ask me to edit their form script using html. “Wah..gampang, sambil merem juga bisa” I said. But when I applied to hosting the script didn’t work well. Then it was almost 5 hours we can’t solve the problem.
Here’s the order form script that I made :
<form method=”post” action=”mailto:id@yahoo.com”>
<h3>This form sends an e-mail to vikingmj.com</h3>
Name:<br>
<input type=”text” name=”name”
value=”yourname” size=”20″>
<br>
Mail:<br>
<input type=”text” name=”mail”
value=”yourmail” size=”20″>
<br>
Country:<br>
<input type=”text” name=”mail”
value=”yourmail” size=”20″>
<br>
Telephone:<br>
<input type=”text” name=”mail”
value=”yourmail” size=”20″>
<br>
Fax:<br>
<input type=”text” name=”mail”
value=”yourmail” size=”20″>
<br>
Comment:<br>
<input type=”text” name=”comment”
value=”yourcomment” size=”40″>
<br><br>
<if input type=”submit” value=”Send”>
</form>
I forget to add cgi script in those file, because to make the form work, we must add form action atribute which indicates the CGI program to send the form data to. But the problem is the cgi program didn’t work to in their webhosting
huhuhu.. I thought it will easy but njlimet and make me confuse
Koko responds:
Posted: July 17th, 2008 at 3:17 am →
hahahaha, makasih tipsnya.