Use <base target="_self"> in  cc page's head or use framecc.htm
========================
<html><head></head>
<base target="_self">
<body>
<form name="qq" id="qq">
.....................省略
<td><input type="submit" value="pk"></td>  //如何不让其弹出新的页面,而是提交到本页
</form>
</body>
</html>