Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.61 KB | None | 0 0
  1. //Index
  2. <html>
  3. <meta http-equiv="content-type" content="text/html; charset=windows1251 /">
  4.  <head>
  5.     <title>Ayupov A.</title>
  6.  <script>
  7. function resetsrc(url){
  8. var loc = document.location.href.split("#")[0];
  9. document.location.href = loc + '#' + url;
  10. //document.title = loc; тут можно передать и название загруженной страницы (добавив параметр)
  11. }
  12. </script>
  13.  </head>
  14.  <script>
  15. if (document.location.href.indexOf("#") > -1) {
  16. var loc = document.location.href.split("#")[1];
  17. window.setTimeout(function(){document.getElementById("content").setAttribute("src",loc);},1000);
  18. }
  19. </script>
  20.  
  21.  <frameset rows="100, *" frameborder="0">
  22.         <frame src="pages/top.html">
  23.         <frameset cols="100, *">
  24.         <frame src="pages/menu.html">
  25.         <frame src="pages/content.html" frame name="content">
  26.     </frameset><noframes></noframes>
  27.    
  28. </html>
  29.  
  30. // Menu
  31. <html>
  32.     <head>
  33.     <style>
  34.   </style>
  35.    <script>
  36. function resetsrc(url){
  37. var loc = document.location.href.split("#")[0];
  38. document.location.href = loc + '#' + url;
  39. //document.title = loc; тут можно передать и название загруженной страницы (добавив параметр)
  40. }
  41. </script>
  42.     </head>
  43.    
  44.     <body text="#990000">
  45.        
  46.         <br>
  47.         <p><a href="history.html"  onclick="top.resetsrc('history.html')" target="content">История</a></p>
  48.         <br>
  49.         <p><a href="people.html" target="content">Люди</a></p>
  50.         <br>
  51.         <p><a href="cities.html" target="content">Города</a></p>
  52.         <br>
  53.         <p><a href="holidays.php" target="content">Праздники</a></p>
  54.        
  55.     </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement