<div id="memberschatcntnr" style="width: 529px; height: 450px; background-color: white; border-top : 3px solid black; border-bottom: 3px solid black; margin-top: 10px; margin-left: 10px; border-radius: 10px;">
<?php include('memberschat.php'); ?>
</div>
您好,那就是我希望每隔x秒刷新一次聊天内容的div,但是当我用ajax执行此操作时,页面的样式不会影响新请求的代码,是否还有其他可能性?
外观:
<form action="memberschatprocess.php" target="hiddenform" method="post" id="form">
<input style="display: none;" id="formname" name="formname" value="<?php @$name=$_GET["name"]; echo $name; ?>" />
<input name="formcoment" onkeypress="validar(event)" type="text" style="width: 519px; padding-left: 10px; margin-left: 10px; margin-top: 25px; border-radius: 10px; box-shadow: inset 0px 0px 3px gray; height: 40px; border: none; font-size: 120%; outline: none; background-color: #E1E1E1;" />
</form>
<iframe style="display: none;" name="hiddenform"></iframe>
表单代码,无需重新加载页面即可请求