echo '
<body onload="document.subfrm.submit()">
<form method=post action="index.php?" name="subfrm">
<input type=hidden name="mnux" value="master.dosen">
<input type=hidden name="gos" value="DsnEdt">
<input type=hidden name="md" value="0">
<input type=hidden name="dsnid" value="'.$dsncr.'">
</form>
</body>
<noscript><meta http-equiv="refresh" content="0; url=JavascriptHarusDinyalakan.html" /></noscript>
<noscript><p>Please enable JavaScript in your browser for better use of the website.</p></noscript>
';
的我這裏http://form.guide/php-form/php-form-submit.html 都嘗試的方法,但他們沒有重定向到新的頁面PHP相當於這個網站的onload
IM相信的時候,你需要使用document.getElementByName( 'subfrm')[0]在身體onload –