home *** CD-ROM | disk | FTP | other *** search
- <%@ Language=VBScript %>
- <html>
-
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
- <title>Zprßva o ·sp∞ÜnΘm odeslßnφ</title>
- </head>
-
- <body bgcolor="#000000">
- <%
- text = Request.Form("Jmeno") & vbCrLf
- text = text & Request.Form("Firma") & vbCrLf
- text = text & Request.Form("Ulice") & vbCrLf
- text = text & Request.Form("PSC") & " " & Request.Form("Mesto") & vbCrLf & vbCrLf
- text = text & "Telefon/Fax: " & Request.Form("Telefon") & " / " & Request.Form("Fax") & vbCrLf
- text = text & "E-mail : " & Request.Form("Email") & vbCrLf & vbCrLf
- text = text & "I╚O/DI╚ : " & Request.Form("ICO") & " / " & Request.Form("DIC") & vbCrLf & vbCrLf
- text = text & "Klientovo Φφslo objednßvky : " & Request.Form("Cislo_obj") & vbCrLf
- text = text & Request.Form("Text")
- text = text & vbCrLf & vbCrLf & Request.Form("Poznamka")& vbCrLf
- objednatel = Request.Form("Email")
- Set objMail = Server.CreateObject("CDONTS.NewMail")
- objMail.From = "robot@sagit.cz"
- objMail.To = "sagit@sagit.cz"
- objMail.Subject = "Objednßvka z WWW"
- objMail.Body = text
- objMail.Send
- Set objMail = Nothing
- text = "Kopie objednßvky, kterß byla odeslßna na adresu:" & vbCrLf & "Nakladatelstvφ Sagit" & vbCrLf & "Hornφ 1" & vbCrLf & "700 30 Ostrava 3" & vbCrLf & "tel.:069/353062, fax:069/357758" & vbCrLf & vbCrLf & "Text objednßvky:" & vbCrLf & vbCrLf & text
- Set objMail = Server.CreateObject("CDONTS.NewMail")
- objMail.From = "robot@sagit.cz"
- objMail.To = objednatel
- objMail.Subject = "Objednavka publikacφ z nakladatelstvi Sagit"
- objMail.Body = text
- objMail.Send
- Set objMail = Nothing
- %>
- <table border="0" cellpadding="3" cellspacing="0" width="98%" bordercolor="#000000">
- <tr>
- <td width="100%" bgcolor="#000000"><p align="center"><font face="Verdana" color="#FFFF00"><strong>Zprßva</strong></font></td>
- </tr>
- <tr align="center">
- <td width="100%" align="center"> <table border="0" width="100%" cellspacing="0"
- cellpadding="3">
- <tr>
- <td bgcolor="#000000" width="100%"><font face="Verdana" color="#FFFF00"><strong>D∞kujeme
- Vßm !</strong></font></td>
- </tr>
- <tr>
- <td width="10%" bgcolor="#FF8000" align="right"><p align="left"><font face="Verdana"><small>VaÜe
- objednßvka byla ·sp∞Ün∞ odeslßna na nßÜ server. Obratem Vßm budou zaslßny
- objednanΘ tituly, nebo platebnφ doklady k ·hrad∞ p°edplatnΘho.<br>
- Kopie objednßvky byla odeslßna na adresu <%=objednatel%><br>
- V∞°φme, ₧e budete s naÜimi tituly spokojeni a t∞Üφme se na VaÜe dalÜφ
- objednßvky.</small></font></p>
- <p align="left"><font face="Verdana"><small>Sagit</small></font></td>
- </tr>
- </table>
- <p><font face="Verdana"><a href="sinshop.htm"><small><small>Nßkupnφ systΘm SIN SHOP</small></small></a></font></td>
- </tr>
- <tr align="center">
- <td width="100%" bgcolor="#000000" align="center">..</td>
- </tr>
- </table>
- </body>
- </html>
-