<%@language="VBScript"%> <% Response.Expires = 0 %> <% session("tittle") = "Zaslání hesla" %> <% Server.Execute("inc_shopy/" & session("server") & "/head.asp") %>

Zaslání hesla

<% if request("odeslano") = "1" then %>
Vaše přihlašovací údaje byly odeslány
<% else %> Zadejte Váš e-mail a odešlete formulář. Přihlašovací údaje Vám budou automaticky zaslány. <% if not request("chyba") = "" then %>
<%= request("chyba") %>
<% end if %>


Zaslání zapomenutého hesla
zakaznik-heslo2.asp" NAME="form_prihlasit" ONSUBMIT="return kontrola_prihlasit()">
E-mail VALUE="<%= request("email") %>"<% end if %>>
<% end if %>
<% Server.Execute("inc_shopy/" & session("server") & "/bottom.asp") %>