岁月无痕

岁月-人生
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年5月14日

摘要: Get the window width and height in JavaScript using a cross-browser function that works with all versions of Internet Explorer and Firefox. function GetWidth() { var x = 0; if (self.innerHeight) { x =... 阅读全文

posted @ 2008-05-14 13:10 岁月无痕 阅读(354) 评论(0) 推荐(0)