Difference between revisions of "Conf/Examples/AdpExample"

From AOLserver Wiki
Jump to navigation Jump to search
(Created page with ' <html> <head><title>Testing of ADP</title></head> <body> Hi, This is a ADP file testing.... <% set name "Welcome Foo Bar" ns_puts $name %> </body> </html>')
 
Line 1: Line 1:
 +
[[Conf/Examples/CgiConfig | part of CGI Config Examples]]
 +
 
  <html>
 
  <html>
 
  <head><title>Testing of ADP</title></head>
 
  <head><title>Testing of ADP</title></head>

Revision as of 16:36, 3 January 2012

part of CGI Config Examples

<html>
<head><title>Testing of ADP</title></head>
<body>
 Hi, This is a ADP file testing....
<% 
set name "Welcome Foo Bar"
ns_puts $name
%>
</body>
</html>