这个网站的弹出窗口有功能
$(document).ready(function(){
setTimeout(function() {
$.fn.colorbox({ html: '<iframe width=600 height=550 src=../sumthing.html> </iframe>'
});
}, 100); });
这会指向sumthing.html文件
<form method="post" action="popup2.php" >...... </form>
但是对于sumup.html表单的popup2.php文件的操作,它显示了该文件的编码
有关做什么的任何建议
答案 0 :(得分:1)
如果您在提交表单时看到popup2.php
文件的代码,则听起来您的主机不支持PHP,或者它未正确配置。