我想在提交表单后打开某种谢谢弹出窗口。我正在使用此表单脚本:http://www.mattvarone.com/web-design/simpleform-php-email-script已经有响应,但只会显示为内联。
请帮忙!非常感谢您的进步!
答案 0 :(得分:0)
您是否尝试在表单的onsubmit
事件中添加javascript alert()
函数?如果表单已经调用了一个函数,那么你总是可以在最后添加一个警告语句。
答案 1 :(得分:0)
在javascript checkform.js
中,您可能需要更改此部分:
if ( passed == false )
{
// responce = alertText.replace('#name', eLabel); // Comment this out
alert( responce ); // Let just the response be there
next.focus();
return false;
}
或者我要说的最好的建议是使用jQuery或类似的东西来使用Modal Window插件:http://www.queness.com/post/77/simple-jquery-modal-window-tutorial
答案 2 :(得分:0)
您可以将jquery插件用于弹出窗口,然后使用它包含的.popup()
函数。
您可以从here