Advertisement
mikeOS

Untitled

Apr 25th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.24 KB | None | 0 0
  1. <html>
  2.  <head>
  3.         <title>Ayupov A.</title>
  4.  
  5. <script>
  6. function resetsrc(url,txt){
  7. var loc = document.location.href.split("#")[0];
  8. document.location.href = loc + '#' + url;
  9. document.title = txt; //закомментируй, если не надо менять название страницы
  10. }
  11. </script>
  12.  </head>
  13.  <script>
  14. if (document.location.href.indexOf("#") > -1) {
  15. var loc = document.location.href.split("#")[1];
  16. window.setTimeout(function(){document.getElementById("content").setAttribute("src",loc);},100);
  17. }
  18. </script>
  19.  
  20.                 <frameset cols="200, *">
  21.                 <frame src="menu.html">
  22.                 <frame src="template.php" frame name="content" id="content">
  23.         </frameset><noframes></noframes>
  24.  
  25. </html>
  26.  
  27.  
  28.  
  29.                       [Меню]
  30.  
  31.  
  32. <html>
  33.         <head>
  34.  
  35.         </head>
  36.        
  37.         <body text="#990000">
  38.                
  39.                 <br>
  40.                 <p><a href="history.html" target="content" onclick="top.resetsrc('history.html','История')">Ссылка</a></p>
  41.                 <br>
  42.                 <p><a href="menu.html" target="content" onclick="top.resetsrc('menu.html','Субменю')">Ссылка 2</a></p>
  43.                 <br>
  44.         </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement