Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Explore/elr/Science/S0001/index.html
blob: 6cd6a4c60a1f9f43883129fefd2fa79776663c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>EFK ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript" src="js/scorm_api.js"></script>
<script>
function fnpopup(){
    var wo=window.open("../launch.html","efk_course",'top=0, left=0, scrollbars=0,resizable=0, fullScreen=yes, dependent=yes');
	if (wo==null || typeof(wo)=="undefined") {
		alert("We have noticed that you are using a pop-up blocker; to view this site correctly you will need to switch off any pop-up blocking software.");
	} 
	wo.focus();
 }
 </script>
</head>
<frameset rows="100,0" frameborder="Yes" border="0" framespacing="0" onload="initSco()" onUnLoad="finish()">
  <frame src="html/os_browser_detection.html" name="mainFrame">
  <frame src="html/fpi_blank.html" name="bottomFrame" scrolling="auto" noresize>
</frameset>
<noframes>
</noframes>
</html>