<form target="_blank" name="f1" method="post" action="sub2.php">

 <img style="cursor:pointer;" onClick="b1_onclick()" src="../images/b1.jpg" width="140" height="74">

 </form>

 <script LANGUAGE="javascript">
<!--
function b1_onclick(){
if(confirm("你确定提交?")){
document.f1.submit();
return true;
}else{
return false;
}
}
//-->
</script>

最新文章

  1. toroiseSVN 无法连接服务器,提示unable connect to ……url 参数错误
  2. swift变量和函数
  3. Retina时代的前端视觉优化
  4. leetcode105:Construct Binary Tree from Preorder and Inorder Traversal
  5. hadoop pipes wordcount compile
  6. requireJs和r.js压缩工具
  7. 使用OmniGraffle制作原型图
  8. PHP和.NET通用的加密解密函数类,均使用3DES加解密 .
  9. ASP.NET MVC- 解决HTML转码
  10. oc学习笔记2
  11. 使用 Python 实现命令行词典(一)
  12. Problem B: 时间和日期类(III)
  13. pyhon----模块
  14. Qt5.3.2_CentOS6.4_基本编程环境__20160306【勿删,繁琐】
  15. OC Copy和内存管理
  16. Doing Homework again:贪心+结构体sort
  17. 【直播预告】云栖直播:阿里热修复产品HotFix2.0升级详解
  18. svn命令使用常见问题
  19. bzoj2865 字符串识别
  20. 判断php变量是否定义,是否为空,是否为真的一览表

热门文章

  1. CI框架多目录设置
  2. Spring MVC中注解 @ModelAttribute
  3. OpenGL光源位置
  4. Zend Server安装后首次运行就出现Internal Server Error的解决(转)
  5. Java学习----创建对象的数组
  6. GET和POST详解
  7. jQuery 元素移除empty() remove()与detach()的区别?
  8. Josephus
  9. UIView设置背景渐变色
  10. iOS 多线程详解