我不确定要为href添加什么:\我应该引用mailhandler.php还是使用mailto:命令?还是有更好的东西?
<h3 class="margin-bot">Newsletter!</h3>
<form id="subscribe-form" name="sibscribe" method="post">
<label><input class="subscribetext" type="text" onFocus="if(this.value =='Enter E-mail:' ) this.value=''" onBlur="if(this.value=='') this.value='Enter E-mail:'" value="Enter E-mail:" name="keyword" /></label>
<a onClick="document.getElementById('subscribe-form').submit()" class="button" href="#">subscribe</a>
</form>
答案 0 :(得分:0)
我认为它适用于按下订阅按钮后您获得的网站。最好是实现表单的页面(例如,返回index.html)。
您可以在jsfiddle(http://jsfiddle.net)上进行测试。只需在现在为#的字段中输入一个URL,按下订阅后,您将看到您将被重定向到该页面。