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();
}
}
查看全文
相关阅读:
jQuery radio的取值与赋值
MVC中一般为什么用IQueryable而不是用IList?用IQueryable比IList好在哪?
Git 的 .gitignore 配置
XPath学习:轴(3)——descendant
python遍历数组的两种方法
selenium webdriver的各种driver
Scrapy and Selenium
scrapy和selenium结合抓取动态网页
Python处理JSON
Crontab定时任务配置
原文地址:https://www.cnblogs.com/simhare/p/923698.html
最新文章
C#小票打印机
C#控制台程序输出彩色文字
采用MiniProfiler监控EF与.NET MVC项目(Entity Framework 延伸系列1)(转)
HttpClient 详解一《C#高级编程(第9版)》
EntityFrameWork 图解
16.网络《果壳中的c#》
4.自定义数据《jquery实战》
4.类型设计规范《.NET设计规范》
3.命名规范《.NET设计规范》
boostrap 弹出模态对话框,点击黑色区域不会关闭
热门文章
根据样式获取被选中的checkbox
JS window对象的top、parent、opener含义
js代码中的parent,top和self有什么区别
$(function(){})与(function($){....})(jQuery)的区别
jquery的$.extend和$.fn.extend作用及区别
JavaScript插件 Bootstrap自带了13个jQuery插件,这些插件为Bootstrap中的组件赋予了“生命”
Bootstrap 模态对话框只加载一次 remote 数据的解决办法
数据库SQL优化大总结之 百万级数据库优化方案
说说C#中IList与List区别
回车键提交
Copyright © 2011-2022 走看看