- 浏览: 30395 次
- 性别:
- 来自: 苏州
最新评论
-
dyccsxg:
Spring 中已经有任务调度了[url]http://dyc ...
Spring中Quartz的配置
文章列表
参考资料:
http://code.ciaoca.com/jquery/validation_engine/
http://www.cnblogs.com/aijun/archive/2011/03/21/1989991.html
http://csjava.blog.163.com/blog/static/1904700332012112065228299/
jsp:
<textarea name="content" id="content" cols="120" rows="4" s ...
showModalDialog弹出窗口,返回内容至父窗体
IE6,7,8,9 FF下测试没有问题
父窗体
<script type="text/javascript">
function openSelector(url,iWidth,iHeight){
var iTop = 0;
var iLeft = (window.screen.availWidth - 10 - iWidth) / 2;
window.showModalDialog(url,window,"dialogWidth:"+ ...
设置iTop和iLeft属性,如下:
function openTempleteSelector(url,iWidth,iHeight){
var iTop = (window.screen.availHeight - 20 - iHeight) / 2;
var iLeft = (window.screen.availWidth - 10 - iWidth) / 2;
window.showModalDialog(url,window,"dialogWidth:"+iWidth+"px;dialogHeight:" ...
showModalDialog FRAMESET IE9/10下访问,窗口很小。
function openSelector(url,iWidth,iHeight){
var iTop = 0;
var iLeft = (window.screen.availWidth - 10 - iWidth) / 2;
window.showModalDialog(url,window,"dialogWidth:"+iWidth+"px;dialogHeight:"+iHeight+"px;dialog ...