81,116
社区成员




<script type="text/javascript">
function checkForum(){
window.open("about:blank","SubmitWindow","width=300,height=200");
return true;
}
</script>
<form name="MAIN" onsubmit="return checkForum()" target="SubmitWindow" action="test_out.htm">
<input type="submit"/>
</form>