I don\'t know much about WEB probramming, so feel free to ask if I\'m missing any details.
There is a certain website which I\'m visiting very frequently, and it require
You can do :
document.forms["loginForm"].submit()
But this won't call the onclick action of your button, so you will need to call it by hand.
onclick
Be aware that you must use the name of your form and not the id to access it.
name
id