I have Code like this
Code: Select all
<body onLoad="document.all.frm.submit()">
<form name="frm" method="post" action="http://127.0.0.1/folder/call.php" onSubmit="calljs()">
<input type="hidden" name="name" value="<?php print("AA");?>">
<input type="hidden" name="ID" value="10">
<input type="hidden" name="Subject" value="<?php print("CM");?>">
<input type="hidden" name="interface" value="ie">
</form>
</body>