I am currently working on a script to automate form submission using greasemonkey. Below is the code I have written for this purpose:
setInterval(function () {location.href = javascript:submitAction_win0(document.win0,'DERIVED_REGFRM1_LINK_ADD_ENRL$118$');";}, 500);
The setInterval() function seems to be functioning correctly as I verified it with an alert(). However, there appears to be an issue in how I am attempting to execute submitAction_win0(). Any assistance would be greatly appreciated!