include system.html include sample_top.html
Caravan Business Server>Examples>Form


Using Form Object
Enter Contact Type *
if form(txtContacttype) form myform myform(AddContact)="Add Contact" myform(txtContactType)=form(txtContacttype) myform(_server)="localhost" myform(_port)= system(port) myform(_action)="Sample_Database3.html" myform(post) _reply(content) endif
  include sample_bottom.html