摘要:
[代码]下面这是MSDN的解释:SyntaxoRect = object.getBoundingClientRect()Return ValueReturns a TextRectangle object. Each rectangle has four integer properties (top, left, right, and bottom) that represent a coord... 阅读全文
摘要:
一.传回来的值可以是数组 :例1.html: <script> function window.onunload() { var a = new Array("Hello", "World"); window.returnValue = a; } </script> 2.html: var x = showModalDialog("1.html"); ... 阅读全文