mpfserver Manual
 
 
 Dynamic Pages | Dynamically generated pages (PHP, JSP, ASP)
Include Pages
You may import result of server pages with "mpf:include"-token (files must be accessed via webserver)
{mpf:include=http://localhost/default.jsp}
Parsing of included files
Included files are parsed for mpf:tokens by default. To deactivate parsing of included files (if there are no mpf:tokens) you must use "parse=no"-parameter.
{mpf:include=http://localhost/default.jsp||parse=no}
HTML-tags
You can embed active scripting files by using iframe- (Internet Explorer) or ilayer-tag (Netscape)
<iframe src="http://localhost/default.php"></iframe>

files cannot be parsed for mpf:tokens
 
 
2004 by master-p-formance.All rights reserved.
 
This manual is generated on the fly using mpfserver and MPFT (mpf transformation).