Modificare il file:
\Admin\log_ut_pin_nascita_OLD.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="ecommerce.asp" --> <% Dim marca Dim marca_numRows Set marca = Server.CreateObject("ADODB.Recordset") marca.ActiveConnection = MM_ecommerce_STRING marca.Source = "SELECT DISTINCT Marca FROM Prodotti" marca.CursorType = 0 marca.CursorLocation = 2 marca.LockType = 1 marca.Open() marca_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 marca_numRows = marca_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 Tipo_numRows = Tipo_numRows + Repeat2__numRows %> <% Dim Repeat3__numRows Dim Repeat3__index Repeat3__numRows = -1 Repeat3__index = 0 Prodo_numRows = Prodo_numRows + Repeat3__numRows %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script language="javascript"> <!-- Questa è la funzione da utlilizzare per l'inserimento della password, Richiamata dal listbox --> function vai(val,campo) { if (val!="") { document.location.href="?az=list&fcampo="+campo+"&fcosa="+val; elenco = document.location.href } } </script> <title>Liste di Nascite - Accesso</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../CSS/style.css" rel="stylesheet" type="text/css"> </head> <body> <div align="center" class="Stile1"> <p> </p> <table border="0" width="57%" id="table1" cellpadding="0"> <tr> <td width="153"> <img border="0" src="../immagini/baby_oo.jpg" width="218" height="303"></td> <td width="267"> <p align="center"><font color="#627999"><b>Effettua il Tuo Accesso:</b></font></td> <td> <p align="center"> <img border="0" src="keys.gif" width="81" height="89" align="left"></td> </tr> </table> <p> </p> <form name="form1" method="POST" action="verifica.asp"> <table border="0" class="Stile3"> <tr> <td><font color="#FF0000"><b>Seleziona la lista dove prenotare :</b></font></td> </tr> <tr> <td> <p align="center"> <select name="Marca" id="Marca" style="font-family:Verdana; font-size:x-small" onChange="vai(this.value,'Marca')"> <option value="">..:: Elenco Liste Nascita ::..</option> <% '******************************** ' VISUALIZZA L'ELENCO DELLE LISTE ' CHE SI TROVANO NEL CAMPO MARCA '******************************** While ((Repeat1__numRows <> 0) AND (NOT marca.EOF)) %> <option value="<%=(marca.Fields.Item("Marca").Value)%>" <%if ucase(request.QueryString("fcosa"))=ucase((marca.Fields.Item("Marca").Value)) then response.Write(" selected") end if%>> <%=(marca.Fields.Item("Marca").Value)%></option> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 marca.MoveNext() Wend %> </select> <br> <font color="#FF0000">(scelta obbligatoria)</font></td> </tr> <tr> <td> <p><font color="#0000FF"><b>Inserisci la Password della lista:</b></font></td> </tr> <tr> <td> <input name="password" type="password" id="password" style="font-family: Verdana; font-size: 10px; border: 1px solid #C0C0C0" size="20"></td> </tr> <tr> <td> <p> </p> <p> </p> <p><b><font color="#627999">Pin: </font></b>(codice dei possessori della Lista)</td> </tr> <tr> <td> <input name="pin" type="password" id="pin" style="font-family: Verdana; font-size: 10px; border: 1px solid #C0C0C0" size="4"> </td> </tr> <tr> <td> <p align="center"><br> <input type="submit" name="Submit" value="Login" style="font-family: Verdana; font-size: 10px; border: 1px solid #C0C0C0"></td> </tr> </table> </form> <p> </p> </div> </body> </html>
[
Íàçàä
]