javascript - Submit/Trigger a form within a browser using firebug or chrome:debugger -


i have come across problem friends browser. on website, didnt allow me check checkbox , execute form using associated button.

i went firebug/chrome:debugger(inspect element) , added obvious checked="checked" input.

but how can trigger form, can see name, maybe call javascript within debugger?

could use this?:

document.forms["myform"].submit(); 

how can this?

thanks


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -