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();
}
}
查看全文
相关阅读:
Trie图
Bestcoder Round#45
Codeforces Round#308
bestcoder44#1002
LCA最近公共祖先 Tarjan离线算法
HYSBZ 1269文本编辑器 splay
NOI2005维修数列 splay
hdu3487 伸展树(区间搬移 区间旋转)
poj3580 伸展树(区间翻转 区间搬移 删除结点 加入结点 成段更新)
hdu1890 伸展树(区间反转)
原文地址:https://www.cnblogs.com/simhare/p/923698.html
最新文章
D
C
B
A
Luogu_1565_牛宫_(最大子矩阵)
BZOJ_3039_玉蟾宫_(动态规划+悬线法)
BZOJ_1270_雷涛的小猫_(动态规划)
UVA_437_The_Tower_of_the_Babylon_(DAG上动态规划/记忆化搜索)
Vijos_1218_数字游戏_(划分型动态规划+环状动态规划)
Vijos_1792_摆花_(动态规划,多重集组合数)
热门文章
Codevs_1040_[NOIP2001]_统计单词个数_(划分型动态规划)
UVA_1025_A_Spy_in_the_Metro_(动态规划)
Codevs_2102_石子归并2_(环状动态规划)
UVA_11796_Dog_Distance_(计算几何)
hdu3037(lucas定理)
插板法(排列组合)
lucas定理解决大组合数取模
Codeforces Round#309 C Kyoya and Colored Balls
带模除法转为乘法(乘法逆元)
hdu2457 Trie图+dp
Copyright © 2011-2022 走看看