First page
Back
Continue
Last page
Overview
Graphics
Web::Testing -- the code
if (Web[’Äúname’Äù].empty?)
Web::print_template(’Äúform.html’Äù)
else
Web::print_template(’Äúhello.html’Äù,
’Äúname’Äù => Web[’Äúname’Äù])
end