% Response.Expires = 0 %> <% REM Previous line is used to work around proxy caching problems. %> <%REM Zkontroluje jestli jsou vyplnena pole.%> <%if trim(request("NAZEV_FIRMY_NEED")) = "" or trim(request("ADRESA_NEED")) = "" or trim(request("OSOBA")) = "" or trim(request("EMAIL")) = "" then Response.Redirect "errortri.htm"%> <% REM Set up error handling. %> <% on error resume next %> <% REM Set up CDONTS component Dim MyBody Dim MyCDONTSMail %> <% Set MyCDONTSMail = CreateObject("CDONTS.NewMail") %> <% REM If object isn't found, don't display full page. %> <% if IsObject(MyCDONTSMail) = FALSE then %>
CDONTS komponenta musí být nainstalována na počítači, kde je uložena tato stránka, kontaktujte prosím webmastera<% else %> <% REM SETUP User changeable variables for use on this page. %> <% REM WebMaster is the complete e-mail address of the person who %> <% REM receives the user's feedback. %> <% REM ThisPage is the name of this page. %> <% WebMaster = "info@sodatsw.cz" %> <% ThisPage = "trialoadial.asp" %> <% REM Set up other variables for use on this page. %> <% email = "info@sodatsw.cz" %>
Děkujeme Vám za Váš zájem.
<% if feedback = TRUE then %> Vaše data byla řádně odeslána. <% else %> <% = err.description %>. Kontaktujte prosím webmastera
<% end if %>