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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -