Conf/Examples/AdpExample

From AOLserver Wiki
Revision as of 16:36, 3 January 2012 by Visitatvishal (talk | contribs) (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>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<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>