asp3| Control "################################################### (code start)
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<meta name= "Author" content= "Ba Junjie" >
<meta name= "Keywords" content= "asp,www.aspcn.com" >
<title>response Test </title>
<body>
<!--code starts-->
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<meta name= "Author" content= "Ba Junjie" >
<meta name= "Keywords" content= "asp,www.aspcn.com" >
<title>response Test </title>
<body>
? Echo <center> This is a test, Hello! Welcome you to visit our website <a href=http://www.aspcn.com>www.aspcn.com</a></center> ";?><!--Notice that this PHP statement is seen- ->
</body>
<!--code end--><!--notice this statement-->
</body>
"################################################### (end of code)
The test.php file is included as a text file, but if we replace the Server.Transfer "test.php" in the original server.asp file with Server.Transfer "Response.asp" In a try (this, in fact, is to let you understand the ASP's engine for Server.Transfer specific parsing case), to see the results? Is it the same result that we run response.asp directly???
I don't know, are you confused about Server.Transfer's usage now? I'm a little confused! But don't forget the key to what I'm writing this article: Server.Transfer than Response.Redirect good, because the former less a flow, speed up the speed, save time, the latter I will not say, just remind you that the point is server.transfer exactly what conditions to use under (the front is very clear, I do not say more, and then I will Confused, you try a few more to understand it!