• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
gooliugle
博客园    首页    新随笔    联系   管理    订阅  订阅
Internet Explorer cannot open the internet site

问题:将JavaScript函数或代码放在<div></div> 或者<table> </table> <form> </form>内可能会出现此问题。

 1 出现错误的代码
 2 <html>
 3 <body>
 4 </form> 
 5    <script type="text/javascript">
 6    _upc(2);
 7    </script>   
 8 </form>
 9 </body>
10 </html>

解决办法:

 1 解决方法
 2 <html>
 3 <body>
 4 <form>
 5 </form>
 6 
 7 <script type="text/javascript">
 8     _upc(2);
 9 </script> 
10 </body>
11 </html>  


 

 

posted on 2010-07-19 13:32  gooliugle  阅读(233)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3