随笔分类 -  JS

摘要:1、用图片代替提交按钮submit和重置按钮reset,给图片加onclick事件<script language="javascript">function fsubmit(obj){ obj.submit();}function freset(obj){ obj.reset();}</script><form id="form1" name="form1" method="post" action="login.asp"> 姓名: <input ty 阅读全文
posted @ 2013-05-17 13:52 EvanSin 阅读(368) 评论(0) 推荐(0)
摘要:Resource interpreted as Script but transferred with MIME type application/x-js解决:open upregeditand take a look at this registry key:change its value from text/plain to text/javascript.http://stackoverflow.com/questions/12003107/resource-interpreted-as-script-but-transferred-with-mime-type-text-plain 阅读全文
posted @ 2013-05-06 10:33 EvanSin 阅读(493) 评论(0) 推荐(0)