Fixed a problem with popup window and IE

This commit is contained in:
bobopinna 2006-08-10 08:27:12 +00:00
parent 171948fd4a
commit 03f5564e43

View file

@ -383,7 +383,7 @@
url = "loadSCO.php?id=<?php echo $cm->id.$scoidpop ?>";
width = <?php p($scorm->width) ?>;
height = <?php p($scorm->height) ?>;
var main = openpopup(url, "<?php p($scorm->name) ?>", "<?php p($scorm->options) ?>", width, height);
var main = openpopup(url, "scormpopup", "<?php p($scorm->options) ?>", width, height);
</script>
<noscript>
<?php