String clientMarkup = getAttrOrParamExist("itsnat_markup_code");
clientDoc.addClientMarkup(clientMarkup);
if (clientDoc instanceof ClientDocumentAttachedServerScriptImpl)
this.response = new ResponseAttachedServerLoadMarkupScriptImpl(this);
else
this.response = new ResponseAttachedServerLoadMarkupFormImpl(this);
response.process();
}
catch(RuntimeException ex)