<div dir="ltr"><div>Sto facendo un file di prova che utilizza file js esterni.<br><br><br>def index(self):<br>        html = """<br>        <!DOCTYPE HTML> <br>    <html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>" xml:lang="it" lang="it"><br>
         <head><br>          <title></title><br>            <script type="text/javascript"  src="/jQuery/jquery-1.7.2.min.js"></script><br>            <script type="text/javascript" src="/jQuery/prova.js"></script><br>
         </head><br>         <body><br>            <p>Sono le ore:&nbsp;&nbsp;<br>                <span id="orario"></span><br>            </p><br>        </body><br>
       </html><br>      """<br>        return html<br> <br>    index.exposed = True<br>    <br>if __name__ == '__main__':<br>    <br>    conf = {'/jQuery': {'tools.staticdir.on': True}}<br>
    <br>    cherrypy.quickstart(Root(), '/', config=conf)<br><br></div>I link indicati sono corretti ma andando sul sorgente pagina e cliccando sui link da 404 not found! Non riesco a trovare il problema. Grazie!<br clear="all">
<div><div><br>-- <br>Daniele San Giovanni
</div></div></div>