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();
}
}
查看全文
相关阅读:
subprocess使用小方法
POJ3694 Network
pickle 两个使用小方法
软件补丁问题(SPFA+位运算)
auto_ftp_sh
幸运数字 容斥
python调用脚本或shell的方式
奇技淫巧
运算符
条件循环控制
原文地址:https://www.cnblogs.com/simhare/p/923698.html
最新文章
嵌套函数
noip 2008 双栈排序
匿名函数
CF401D Roman and Numbers
内建函数(常用)
CF520E Pluses everywhere
函数式编程
CF294C Shaass and Lights
函数-参数
luogu P2181 对角线
热门文章
type和isinstance区别
2018 省选 D1T2 IIIDX
变量小结
2018 省选 T1 一双木棋
基础编程规范
poj 1015 Jury Compromise
Python 语言规范
POJ 2376 Cleaning Shifts
Python 风格规范
POJ 3417 Network
Copyright © 2011-2022 走看看