Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    ho problemi con l'obbligatorietà di frontpage

    prima tutto ok...
    Ora che mi sembra non sia cambiato nada non funziona + l'obbligatorietà del frontpage...chi mi aiuta???

    <%invia=request.querystring("invia")%>
    <%IF INVIA=6 THEN%> <form action=COMPUTER_CASA.asp?invia=7 method=post target="_self" onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1">
    <p align="center"></p>
    <p align="center"><font face="Arial" size="5" color="#FFFFFF">DATI
    RELATIVI ALL'UTILIZZO DI INTERNET</font>
    </p>
    <p align="center"></p>
    <p align="center"></p>
    <p align="justify"><font face="Arial" size="2" color="#000080">[ 17 ]
    </font><font face="Arial" color="#000080" size="3">DA QUANTO
    TEMPO CONOSCE ED UTILIZZA INTERNET
    :</font><font face="Arial" color="#000080" size="2">
    </font>
    <font color="#000080">

    <select size="1" name="DOMANDA__17" style="font-family: Arial; font-size: 10 pt; font-weight: bold; color:#000080">
    <option selected value="0">Scelga...</option>
    <option value="1">prima del 1997</option>
    <option value="2">dal 1997</option>
    <option value="3">dal 1998</option>
    <option value="4">dal 1999</option>
    <option value="5">dal 2000</option>
    <option value="6">dal 2001</option>
    <option value="7">dal 2002</option>
    <option value="8">dal 2003</option>
    </select></font></p>
    <p style="margin-bottom: -15" align="justify"></p>
    <p style="margin-bottom: -15" align="justify"><font face="Arial" size="2" color="#000080">
    [ 18 ] </font><font face="Arial" color="#000080" size="3">IN CASA, C'E' ALMENO UN COMPUTER
    DA CUI SI PUO' NAVIGARE IN INTERNET
    </font>
    </p>
    <p style="margin-bottom: -15" align="justify"></p>
    <p style="margin-bottom: -15" align="justify"><font face="Arial" color="#000080" size="3">
    </font>
    <font color="#000080"><span style="font-style: normal; font-weight: 700"><font face="Arial" size="2"></font><font face="Arial" size="4">
    </font><font face="Arial" size="3">SI</font></span>
    <input type="radio" value=1 name="DOMANDA__18" </td>
    <span style="font-style: normal; font-weight: 700">
    <font face="Arial" size="2"> </font><font face="Arial" size="3">NO</font></span><input type="radio" value=2 name="DOMANDA__18"</td></font><font face="Arial" color="#000080" size="2"></font></p>


    </p>
    <font face="Arial" color="#000080">
    <input type="submit" name="Submit" value="PROCEDI NEL QUESTIONARIO" style="font-size: 9; font-weight: bold; float:right">
    </font>


    <font face="Arial" color="#000080"></td>
    </font>
    </form>

    <%END IF%>

    <%IF INVIA =7 THEN

    session("ANZ_INT") = Request.form("DOMANDA__17")
    session("COM_CASA") = Request.form("DOMANDA__18")

    INVIA=8%>

    <%END IF%>

    <%IF INVIA =8 THEN%>

    <%IF session("COM_CASA")=2 THEN

    session("UTI_CASA") = "N"
    session("VEL_NAV_1") = "N"
    session("COST_CONN_1") = "N"
    session("COST_ORA_1") = "N"
    session("COST_MESE_1") = "N"

    RESPONSE.REDIRECT "UTILIZZO_ALTRILUOGHI.ASP?INVIA=11"%>

    <%ELSE%><form action=COMPUTER_CASA.asp?invia=9 method=post target="_self" onsubmit="return FrontPage_Form2_Validator(this)" language="JavaScript" name="FrontPage_Form2">
    <p style="margin-bottom: -15"></p>
    <p style="margin-bottom: -15"></p>
    <p style="margin-bottom: -15"></p>
    <p style="margin-bottom: -15"></p>
    <p style="margin-bottom: -15" align="justify"><font face="Arial" color="#000080" size="2">
    [ 19 ]</font><font face="Arial" color="#000080" size="3"> LEI UTILIZZA LA CONNESSIONE DA CASA
    PER CONNETTERSI AD INTERNET
    </font>
    <font color="#000080"><span style="font-style: normal; font-weight: 700"><font face="Arial" size="2"></font></span></font></p>
    <p style="margin-bottom: -15" align="justify"></p>
    <p style="margin-bottom: -15" align="justify"><span style="font-style: normal; font-weight: 700"><font face="Arial" size="2" color="#000080"></font></span><span style="font-style: normal; font-weight: 700">
    <font face="Arial" color="#000080" size="4"> </font><font face="Arial" color="#000080" size="3">
    SI</font></span><font color="#000080"><font face="Arial" size="4"><span style="font-style: normal; font-weight: 700">
    </span></font><input type="radio" value=1 name="DOMANDA__19" </td><font size="4">
    </font>
    <span style="font-style: normal; font-weight: 700"><font face="Arial" size="3">NO</font><font size="4">
    </font></span><input type="radio" value=2 name="DOMANDA__19"</td></font><font face="Arial" color="#000080" size="2">
    </font>
    </p>


    <font face="Arial" color="#000080" size="2"></font></p>


    </p>


    </p>
    <font face="Arial" color="#000080">
    <input type="submit" name="Submit" value="PROCEDI NEL QUESTIONARIO" style="font-size: 9; font-weight: bold; float:right">
    </font>


    <font face="Arial" color="#000080"></td>
    </font>
    </form>


    <%END IF%>

    <%END IF%>

    <%IF INVIA=9 THEN

    session("UTI_CASA") = Request.form("DOMANDA__19")

    IF session("UTI_CASA")=2 THEN

    session("VEL_NAV_1") = "N"
    session("COST_CONN_1") = "N"
    session("COST_ORA_1") = "N"
    session("COST_MESE_1") = "N"

    RESPONSE.REDIRECT "UTILIZZO_ALTRILUOGHI.ASP?INVIA=11"%>

    <%ELSE%><form action=COMPUTER_CASA.asp?invia=10 method=post target="_self" onsubmit="return FrontPage_Form3_Validator(this)" language="JavaScript" name="FrontPage_Form3">


    </p>
    <p align="justify"><font face="Arial" color="#000080" size="2">[ 20 ]
    </font><font face="Arial" color="#000080" size="3">RELATIVAMENTE
    ALLA SUA CONNESSIONE DA CASA
    </font><font face="Arial" color="#000080" size="2"> :</font>
    </p>
    <p style="margin-bottom: 0"></p>
    <p style="margin-top: -5; margin-bottom: 0"><font face="Arial" color="#000080" size="2">
    [ 20.1 ] Selezioni la velocità di navigazione :</font>
    </p>
    <p style="margin-bottom: 0"><font face="Arial" color="#000080" size="2">
    <input type="radio" name="DOMANDA__20_1" value="1">
    Lenta (modem-connessione telefonica)</font>
    </p>
    <p style="margin-bottom: 0">
    <font face="Arial" size="2" color="#000080">
    <input type="radio" name="DOMANDA__20_1" value="2"> Veloce (adsl, isdn,
    cavo, fibra ottica,...)</font>
    </p>
    <p style="margin-bottom: 0"></p>
    <p style="margin-top: -5; margin-bottom: 0"><font face="Arial" size="2" color="#000080">

    [ 20.2 ] Selezioni prima la tipologia della connessione e poi indichi
    il costo
    </font> <font face="Arial" size="2" color="#000080">:</font></p>
    <p style="margin-bottom: -10"><font size="2" face="Arial" color="#000080">
    </font><font size="2" face="Arial" color="#000080"><input type="radio" name="DOMANDA__20_2__COSTO_CONNESSIONE" value="1">
    Costo variabile</font>
    <font size="2" face="Arial" color="#000080">
    Tariffa oraria </font><font size="2" face="Arial" color="#000080"><input type="text" name="DOMANDA__20_2__TARIFFA_ORARIA" size="4" style="color: #000080; font-weight: bold">
    euro / ora</font></p>
    <p style="margin-bottom: 0"><font size="2" face="Arial" color="#000080">
    (se non si conosce la tariffa oraria, scrivere NS)</font></p>
    <p style="margin-bottom: -10"><font size="2" face="Arial" color="#000080">
    <input type="radio" name="DOMANDA__20_2__COSTO_CONNESSIONE" value="2"> Canone fisso
    Costo mensile </font><font size="2" face="Arial" color="#000080"><input type="text" name="DOMANDA__20_2__COSTO_MENSILE" size="4" style="color: #000080; font-weight: bold">
    euro</font></p>
    <p style="margin-bottom: 0"><font size="2" face="Arial" color="#000080">
    (se non si conosce il costo mensile, scrivere NS)</font></p>
    <p style="margin-bottom: 0"><font size="2" face="Arial" color="#000080">
    <input type="radio" name="DOMANDA__20_2__COSTO_CONNESSIONE" value="3"> Gratuita
    </font></p>


    </p>
    <font face="Arial" color="#000080">
    <input type="submit" name="Submit" value="PROCEDI NEL QUESTIONARIO" style="font-size: 9; font-weight: bold; float:right">
    </font>


    <font face="Arial" color="#000080"></td>
    </font>
    </form>

    <%END IF%>
    <%END IF%>

  2. #2
    Non usare front page.. atnto meno per sp.. infatti sballa tuttoil codice asp front page

  3. #3

    lo sballa in che senso?

    ora il mio problema è che questo è stato un lavoro di mesi...
    come faccio ora?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.