Diligent achievement genius ...

业精于勤荒于嬉 行成于思毁于随 voiow博客
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年11月10日

摘要: function openBrWindowInCentre(theURL,width,height) { var left, top; left = (window.screen.availWidth - width) / 2; top = (window.screen.availHeight - height) / 2; var per = 'width=' + width + ',height... 阅读全文

posted @ 2010-11-10 11:37 voiow 阅读(171) 评论(0) 推荐(0) 编辑