כן אתה יכול ליצור פקודה עם JS
בכל מקרה קח תפקודה
PHP קוד:
<script>document.formname.submit();</script>
formname = השם שקבעת לפורם יענו
PHP קוד:
<form name='hosts.co.il' method='post'>
אז הסקריפט יהיה ככה
PHP קוד:
<script>document.hosts.co.il.submit();</script>