Apache::ASP Powered by ModPerl & Apache Powered by Apache::ASP Links Checked by NodeWorks
Demo ASP: source.asp 2010-09-08

Source of file transfer.htm:

<% 
  $Response->Clear;
  $Request->{QueryString}{transfer} = 1;
  $Server->Transfer('counting.htm');
%>

view this file's source