Any ideas? I'm even open to other ways to accomplish this.Dan
...my $js = <<END_JS;<script type="text/javascript">...Your JS Code...</script>END_JSCGI_info( html_body_options => "onLoad='modify_code_to_intercept_submit();'", post_tagtable_html => $js,);TAG_info( ...);
ISCBorisB,Thanks for the suggestion, but I seem to recall reading somewhere that there were issues to be aware of regarding starting off a workflow with a CGI task. Are you aware of what those might be, and how they might affect the method you mention?Dan