- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head><title>----</title></head>
- <body>
- <script type="text/javascript">
- var pseth = function () {
- var iObj = window.parent.parent.document.getElementById("myframe");
- iObjH = window.parent.frames["hframe"].location.hash;
- iObj.style.height = iObjH.split("#")[1] + "px";
- }
- pseth();
- </script>
- </body>
- </html>
|