prescription-main.html 931 B

12345678910111213141516171819202122232425
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta name="renderer" content="webkit">
  6. <meta http-equiv="Cache-Control" content="no-siteapp" />
  7. <title>续方咨询的框架主页</title>
  8. <meta name="keywords" content="">
  9. <meta name="description" content="">
  10. <link rel="shortcut icon" href="favicon.ico">
  11. <script src="js/jquery.min.js?v=2.1.4"></script>
  12. <script>
  13. var search = window.location.search;
  14. var url = 'prescription-tabs.html'+search;
  15. window.onload = function(){
  16. document.getElementById("tab").src = url;
  17. }
  18. </script>
  19. </head>
  20. <frameset rows="53, *" frameborder="NO" border="0" framespacing="0">
  21. <frame src="about:blank" noresize="noresize" id="tab">
  22. <frame src="about:blank" name="view_frame" id="main" noresize="noresize">
  23. </frameset>
  24. </html>