HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... wrong (?) link in Web-Deployment (Firefox only)
wrong (?) link in Web-Deployment (Firefox only)
  View type:
Hi,
I created (*proud*) my first learning program.

Then I deployed it as "from CD" to Disk. It works, when the autorun.html is started by FileExplorer (Open File...).

BUT: When starting Apache and using localhost it works only for IE6, but not for Firefox.

The command in the autorun is
onclick="OpenModule('2\\start.html', 750, 530);return false;


For Firefox and IE works this:
onclick="OpenModule('2/start.html', 750, 530);return false;
works.

Regards
Alexander

 
Hi, Alexander!

autorun.html is intended for local - not web-server - launch. That's why there are protected backslashes. Therefore if you want to use this file for web launch then you really need to replace double backslashes with single slashes to convert the paths to URLs. IE accepts backslashes too - but it is not normal for all browsers.
Subject:
Message options
No additional options