You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.5 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
  2. <!-- saved from url=(0014)about:internet -->
  3. <html>
  4. <head>
  5. <title>Intel® Threading Building Blocks Documentation</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. </head>
  8. <script type="text/javascript" language="javascript">
  9. <!--
  10. // ensure page is not loaded inside another frame
  11. if (top.location != self.location) {top.location = self.location;}
  12. //-- eg. hh_start.htm#index2.htm -- sets the content frame only
  13. //-- eg. hh_start.htm#index2.htm+hh_search.htm -- sets the content and nav frame
  14. //-- eg. hh_start.htm#+hh_search.htm -- sets the nav frame only
  15. var LFile="hh_toc.htm";
  16. var RFile="main/title.htm";
  17. var Param=window.location.hash.substring(1);
  18. var Params=Param.split("+");
  19. if (Param != "") {
  20. if ((Params.length == 2) && (Params[1] != "")) LFile=Params[1];
  21. if (Params[0] != "") RFile=Params[0];
  22. }
  23. //debug line
  24. //alert('LFile='+ LFile + ', RFile='+RFile);
  25. document.write('<frameset cols="263,100%" frameborder="1" border="3" framespacing="3">');
  26. document.write(' <frame src="'+LFile+'" name="left" scrolling="no" frameborder="1" />');
  27. document.write(' <frame src="'+RFile+'" name="right" scrolling="auto" frameborder="1" />');
  28. document.write(' <noframes>');
  29. document.write(' <body>');
  30. document.write(' <p>This page uses frames, but your browser does not support frames.</p>');
  31. document.write(' </body>');
  32. document.write(' </noframes>');
  33. document.write('</frameset>');
  34. //-->
  35. </script>
  36. </html>