2005-08-18 11:47:38
javascript in import from webCT
There is some embedded javascript in some files that I am importing from a webCT IMS export that does not work in ATutor. I have also manually set up a content page and uploaded the html files (and related resources) and have the same problem. The code that does not work is the following:
<code start>
Read pages 1-11 in your <a onclick="
function onclick(event) {
MM_openBrWindow("course_files/text.htm", "test", "width=200,height=200");
}
" href="javascript:;"><img align="middle" src="common_files/textbook.gif" /></a>.
<code end>
The text image is there, but clicking on it does nothing.
Any ideas?