Help for this page

Select Code to Download


  1. or download this
    print '<a href="#" onClick="var xmlHttp = null;
        xmlHttp = new XMLHttpRequest();
        xmlHttp.open( &quot;GET&quot;,
    ...
        eval(xmlHttp.responseText);
        return false;">[Bid]</a>
    ';
    
  2. or download this
    print $rBid->{session}->header(-type=>'text/javascript');
    my $sth = $rBid->{dbh}->prepare(
    ...
    
    print 'alert("Bid(s) Placed: '.
      $rBid->{cgi}->escapeHTML($sth->rows).'");'."\n";