Visualizzazione dei risultati da 1 a 9 su 9
  1. #1
    Utente di HTML.it L'avatar di Ashry
    Registrato dal
    Jul 2002
    Messaggi
    586

    Forse dovevo postarlo da voi


  2. #2
    Ma il web-server lo gestisci tu?
    ciao ciao !!
    _______________
    home : cristianolongo.altervista.org
    e-mail : cristiano_longo@yahoo.it

  3. #3
    Utente di HTML.it L'avatar di Ashry
    Registrato dal
    Jul 2002
    Messaggi
    586
    Non io direttamente!
    Lo gestiscaono i "tecnici" dell'ufficio per cui lavoro!

  4. #4
    Comunque e' strano. Per caso hai un tag BASE nel tuo html?
    ciao ciao !!
    _______________
    home : cristianolongo.altervista.org
    e-mail : cristiano_longo@yahoo.it

  5. #5
    Utente di HTML.it L'avatar di Ashry
    Registrato dal
    Jul 2002
    Messaggi
    586
    In che senso?

  6. #6
    Nel tuo sorgente HTML trovi qualcosa del tipo

    <BASE href=... ... ?

    Se vuoi, posta il sorgente.
    ciao ciao !!
    _______________
    home : cristianolongo.altervista.org
    e-mail : cristiano_longo@yahoo.it

  7. #7
    Utente di HTML.it L'avatar di Ashry
    Registrato dal
    Jul 2002
    Messaggi
    586
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
    <html dir=ltr>

    <head>
    <META NAME="ROBOTS" CONTENT="NOINDEX">
    <title>Impossibile trovare la pagina</title>
    <META HTTP-EQUIV="Content-Type" Content="text/html; charset=iso-8859-1">
    <link href="file:///C|/WINDOWS/Help/iisHelp/common/CSS/style.css" rel="stylesheet" type="text/css">
    </head>

    <script>
    function Homepage(){
    <!--
    // in real bits, urls get returned to our script like this:
    // res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm

    //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
    DocURL=document.URL;

    //this is where the http or https will be, as found by searching for :// but skipping the res://
    protocolIndex=DocURL.indexOf("://",4);

    //this finds the ending slash for the domain server
    serverIndex=DocURL.indexOf("/",protocolIndex + 3);

    //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
    //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
    //urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
    BeginURL=DocURL.indexOf("#",1) + 1;
    urlresult=DocURL.substring(BeginURL,serverIndex);

    //for display, we need to skip after http://, and go to the next slash
    displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
    InsertElementAnchor(urlresult, displayresult);
    }

    function HtmlEncode(text)
    {
    return text.replace(/&/g, '&amp').replace(/'/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
    }

    function TagAttrib(name, value)
    {
    return ' '+name+'="'+HtmlEncode(value)+'"';
    }

    function PrintTag(tagName, needCloseTag, attrib, inner){
    document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
    if (needCloseTag) document.write( '</' + tagName +'>' );
    }

    function URI(href)
    {
    IEVer = window.navigator.appVersion;
    IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );

    return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
    encodeURI(href) :
    escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
    }

    function InsertElementAnchor(href, text)
    {
    PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
    }

    //-->
    </script>

    <body bgColor="FFFFFF">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" valign="middle"><table width="612" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
    <tr>
    <td><table width="612" height="338" border="0" cellpadding="0" cellspacing="17" background="file:///C|/WINDOWS/Help/iisHelp/common/img_sfondo.gif">
    <tr>
    <td align="right"> <table width="560" height="304" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="56%" height="104"></td>
    <td width="44%"></td>
    </tr>
    <tr>
    <td height="147" valign="top">Siamo spiacenti, la pagina
    da lei richiesta non pu&ograve; esere visualizzata!


    Contatta: info@cdesign.it</p>


    Chiediamo scusa per eventuali inconvenienti.</p></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    </tr>
    </table></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </body>
    </html>

  8. #8
    Guarda, a me funziona perfettamente, ho provato a cambiare il backgorund della tabella. Prova a togliere tutto quello compreso tra <script>..</script>. Probabilmente il problema sta sul web-server.
    ciao ciao !!
    _______________
    home : cristianolongo.altervista.org
    e-mail : cristiano_longo@yahoo.it

  9. #9
    Utente di HTML.it L'avatar di Ashry
    Registrato dal
    Jul 2002
    Messaggi
    586
    Ma lo script è necessario! e a me non funziona neanche sul mio pc! io ho xp!

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.