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

    ERRORE Microsoft VBScript runtime error '800a000d'

    ciao a tutti mi appare questo errore in questa pagina a cosa puo' essere dovuto??
    non riesco a capire se errore di scrittura o concettuale...
    secondo voi perche' restituisce l-errore 800a000d ???


    <body>
    <table cellpadding="0" cellspacing="0" border="0" width="787" height="100%" align="center">
    <tr>
    <td height="100%" width="100%" valign="top">

    <td valign="top" rowspan="2">
    <table cellpadding="0" cellspacing="0" width="520" border="0">
    <tr><td>[img]images/px.gif[/img]</td></tr>
    <tr><td><table cellpadding="0" cellspacing="0" height="25"><tr><td background="images/title_giallo.gif" width="520" height="25"><span class="title">EXCURSIONS</span></td></tr></table></td></tr>
    <tr><td width="550" height="100%" valign="top">
    <p class="testogrigio">With millennia of history, art and archaeology under every cobblestone, Italy is a destination most thoroughly enjoyed in the company of a knowledgeable guide.

    Hello Italy’s sightseeing tours feature the best guides, the most fascinating landmarks and the insider knowledge that can only be gained through years of experience leading travelers around the country. </p>
    [img]images/cartina3.jpg[/img]
    </td></tr>
    </table>
    </td>
    </tr>
    <tr>
    <td style="padding-left:35px;" valign="top">
    <table cellpadding="0" cellspacing="0" width="175">
    <tr><td><strong class="blu">EXCURSIONS[/b]

    </td></tr>
    <tr><td>
    <%
    Set objConn = Server.CreateObject("ADODB.Connection")
    objConn.Open strConnection

    Set rs = objConn.Execute("SELECT regioni.nome, regioni.id_regione FROM regioni LEFT JOIN citta ON regioni.id_regione = citta.id_regione JOIN sightseeing ON citta.id_citta = sightseeing.id_citta GROUP BY regioni.nome, regioni.id_regione")
    while not rs.EOF
    %>
    <p class="lista">').style.display = document.getElementById('<%= rs("id_regione")%>').style.display == 'none' ? '' : 'none'" class="lista"><%=rs("nome")%>

    <% Set objrs= objConn.Execute("SELECT citta.id_citta, citta.citta_ing FROM citta JOIN sightseeing ON citta.id_citta = sightseeing.id_citta WHERE citta.id_regione = " & rs("id_regione") & " GROUP BY citta.id_citta, citta.citta_ing")%>
    <p class="blu" id="<%= rs("id_regione") %>" style="display: none;">
    <%while not objrs.EOF%>
    " class="blu"><%=objrs("citta_ing")%>

    <%
    objrs.movenext
    wend
    objrs.close
    %>
    </p>
    <% rs.movenext
    wend
    set rs = nothing
    set objRS = nothing
    objConn.Close
    Set objConn = Nothing %></p></td></tr></table></td>
    <td></td>
    </tr>
    <tr><td colspan="3" height="20"></td></tr>
    </table>
    </div>
    <div id="footer">[img]images/grafica_footer.gif[/img]
    <div style="color:white;font-size:10px;" align="center">

    Copyright 2008 Hello Italy Tour All rights reserved. Terms and conditions Privacy Policy</div></div>
    </td>
    </tr>
    </table>

  2. #2
    Moderatore di ASP.net L'avatar di djciko
    Registrato dal
    Nov 2002
    Messaggi
    6,887
    leggi il regolamento su come aprire un thread, please.

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 © 2025 vBulletin Solutions, Inc. All rights reserved.