3b153ba8bfb611f7875c33a2c948bb6821c4342b.svn-base 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title></title>
  6. <!--框架必需start-->
  7. <script type="text/javascript" src="../../libs/js/jquery.js"></script>
  8. <script type="text/javascript" src="../../libs/js/language/cn.js"></script>
  9. <script type="text/javascript" src="../../libs/js/framework.js"></script>
  10. <link href="../../libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  11. <link rel="stylesheet" type="text/css" id="skin" prePath="../../" scrollerY="false"/>
  12. <link rel="stylesheet" type="text/css" id="customSkin"/>
  13. <!--框架必需end-->
  14. <!--去除虚线链接start-->
  15. <style>
  16. a {
  17. behavior:url(../../libs/js/method/focus.htc)
  18. }
  19. </style>
  20. <!--去除虚线链接end-->
  21. </head>
  22. <body>
  23. <table width="100%">
  24. <tr>
  25. <td width="100" class="ver01">
  26. <div class="singleNavMin">
  27. <div class="current"><span><a href="../../sample_html/layout/nav-single-content1.html" target="frmrightChild">选项1</a></span></div>
  28. <div><span><a href="../../sample_html/layout/nav-single-content2.html" target="frmrightChild">选项2</a></span></div>
  29. <div><span><a href="../../sample_html/layout/nav-single-content1.html" target="frmrightChild">选项3</a></span></div>
  30. <div><span><a href="../../sample_html/layout/nav-single-content2.html" target="frmrightChild">选项4</a></span></div>
  31. <div><span><a href="../../sample_html/layout/nav-single-content1.html" target="frmrightChild">选项5</a></span></div>
  32. </div>
  33. </td>
  34. <td class="ver01">
  35. <div class="box1">
  36. <div class="cusBoxContent" style="overflow-y:auto;overflow-x:hidden;">
  37. <IFRAME height="100%" width="100%" frameBorder=0 id=frmrightChild name=frmrightChild
  38. src="../../sample_html/layout/nav-single-content1.html" allowTransparency="true"></IFRAME>
  39. </div>
  40. </div>
  41. </td>
  42. </tr>
  43. </table>
  44. <script type="text/javascript">
  45. function customHeightSet(contentHeight){
  46. $(".cusBoxContent").height(contentHeight-20)
  47. }
  48. </script>
  49. </body>
  50. </html>