Exit button doesn't work in HTML
June 2, 2009 12:00 AM
Depending on the browser, it won't work when running locally. Its basically calling a function like this: javascript:window.close(); With newer browsers, security settings, they will only execute this when the course is opened in a new window. Using IE 6 it should work just fine.
Put it on a webserver and you will have better success.
Discussions have been disabled for this post