![]() |
HTML help! Trying to make a simple form (replying back)
Hi guys!
I'm trying to make a simple feedback form for guests to send on my website. I have the code to make it send the text to my e-mail, but I want the guest to see some kind of confirmation. Maybe a windows message popup on the screen after he have pushed the send button. Does anybody know the code for this...? |
Board support is more for problems relating directly to the board itself. The good people in the Help Desk might be able to help you out though!
This moderation brought to you by the letter N and the number 73. Fuck the iPhone, get some Nokia in your life. |
Javascript alert might work:
<script language="JavaScript" type="text/javascript">alert("Thank you for your feedback!")</script> I don't remember how to shoehorn this into the submit button so that it activates on click... |
Thanks Zergrinch! I'll give it a try!
|
Ok, here's what you can do:
Put this in the <head> section: Code:
<script> Code:
<input type="submit" ... blahblah ... onclick="clikme()"> |
All times are GMT -5. The time now is 04:16 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.