Forum Discussion
Lancher file modification?
Hi Dennis,
You'll have to edit few files to launch the presentation in a new window:
1. launch.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Launch </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<script language="javascript" src="js/scorm_api.js"></script>
<SCRIPT type="text/javascript">
function fnOpenCourse()
{
window.open("index.html","_blank", "width=1018, height=654");
}
</SCRIPT>
</HEAD>
<BODY onLoad="initSco()" onUnLoad="finish()">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<input type=button value="Click to Open Course in new window" onClick="fnOpenCourse()">
</td>
</tr>
</table>
</BODY>
</HTML>
2. Also to your js file update the bookmark data as:
BookMark_data="+window.opener.fnGetBookMark()+"
Hope this helps!
Thanks,
Garima
Related Content
- 9 months ago
- 7 months ago
- 7 months ago