zoukankan
html css js c++ java
asp HyperLink return false return true:can't work properly
function
Addcontainer(id)
//
invoked by “集装箱信息” id HyperLink_container_info
{
var
mywin
=
window.showModalDialog('view_container.aspx
?
jobseid
=
'
+
id,window,'status:Modeless;edge:raised;unadorned:no;scroll
=
no;resizable:yes;center
=
yes;help:no;dialog690px;dialogheight:400px')
alert(mywin);
if
(mywin
==
'')
{
document.getElementById('btnRefresh').click();
}
if
(mywin
==
'ok')
{
return
true
;
//
如果HyperLink_container_info是个asp Hyperlink 这里会在页面上显示“true”
//
document.getElementById('btnRefresh').click();
}
}
查看全文
相关阅读:
第31课
第30课
第29课
第28课
第27课
ubuntu 允许root用户登录到ssh
openfire 安装配置时出现The Openfire database schema does not appear to be installed. Follow the installati错误的解决方案
ubuntu 16 “无法获得锁”解决方案
增加phpmyadmin导入文件上限
ubuntu-查看所有用户
原文地址:https://www.cnblogs.com/simhare/p/923698.html
最新文章
python--制作微信好友照片墙
Linux --登录用户显示-bash-4.2#解决办法
分享蔡澜老师的自问自答
python--常用模块calendar
python--递归函数的学习
Linux --赋予普通用户root 权限
There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
vue中键盘回车事件
vue创建项目配置脚手架vue-cli环境出错
Vue-Quill-Editor 富文本编辑器
热门文章
vue的v-cloak 指令设置样式
vue实现数据的增删改查
swagger的使用
npm介绍使用
跨域问题解决----NO 'Access-Control-Allow-Origin' header is present on the requested resource.Origin'http://localhost:11000' is therfore not allowed access'
第4课
第2课
第3课
第1课
第32课
Copyright © 2011-2022 走看看