- or download this
my $cgi = new CGI;
my $pjx = new CGI::Ajax(
...
return $html;
} # END SUB main
- or download this
<div>
<h3>SCRIPTURE COMPARISON</h3>
...
<select id="comparison_text" name="ncomparison_text" onchange="getB
+ibCompare(['comparison_text'],['dcomparison_text'], 'POST'); ">
. . .
- or download this
my $cgi = new CGI;
my $pjx = new CGI::Ajax(
...
$pjx->cgi( $cgi );
print $pjx->build_html( $cgi, \&main, {-charset=>'UTF-8', -expires
+=>'-1d'} );
$pjx->JSDEBUG(1);
- or download this
<div id="top_menu" name="ntop_menu" class="flex-container topnav">
...
<input type="submit" id="next_verse" name="nnext_verse" value="Next Ve
+rse -->" $nv
onclick="processFormInputs(['next_verse'],['top_menu'], 'POST'); t
+his.form.submit();" />