Mercurial > laserkard
comparison buy.pl @ 28:5b5c03a850b9 laserkard
[svn r29] upgraded to work with Internet Explorer
author | rlm |
---|---|
date | Mon, 04 Jan 2010 21:12:22 -0500 |
parents | 2979a76e3fdf |
children | 7742910e0479 |
comparison
equal
deleted
inserted
replaced
27:36ec0abfe570 | 28:5b5c03a850b9 |
---|---|
27 | 27 |
28 my $pjx = CGI::Ajax->new(%hash); | 28 my $pjx = CGI::Ajax->new(%hash); |
29 #$pjx->JSDEBUG(1); | 29 #$pjx->JSDEBUG(1); |
30 #$pjx->DEBUG(1); | 30 #$pjx->DEBUG(1); |
31 | 31 |
32 print $pjx->build_html($q,\&gen); # this outputs the html for the page | 32 print $pjx->build_html($q,\&gen,{-Cache_Control => 'no-store, no-cache, must-revalidate', -Pragma => 'no-cache'}); # this outputs the html for the page |
33 | 33 |
34 | 34 |
35 | 35 |
36 | 36 |
37 | 37 |