Apache::ASP Powered by ModPerl & Apache Powered by Apache::ASP
Demo ASP: source.asp 2024-04-19

Source of file transfer.htm:

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

view this file's source