I\'m making a chrome extension, and so far I\'m just testing some things. The HTML for the extension is this:
Please put the following code -
$(document).ready(function(){ $("form").submit(ExampleIS);});
This should work.