源码信息

最新源码评论

  • 评论者:yangedie
    yangedie(用户) 发表于:2008-04-19 19:10:00

    宽频,文件里面没有一个共用js,每个页面都要自己去修改<br/>if ((screen.width == 1024) &amp;&amp; (screen.height == 768))<br/>{<br/>document.write('&lt;link href=&quot;css/odd.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;'); <br/>document.write('&lt;link href=&quot;css/one.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;'); <br/>}<br/> else<br/>//if ((screen.width == 1280) &amp;&amp; (screen.height == 1024))<br/>{<br/>document.write('&lt;link href=&quot;css/odd2.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;'); <br/>document.write('&lt;link href=&quot;css/one2.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;'); <br/>}

    0 个回复