Follow up
Replies to your previous questions:
Line 210
document.formLayer.document.warningDiv.innerHTML = noInternet_MSG;
The Entire function - including line # 210 above.
function updateSerialImages() {
if(navigator.platform.toLowerCase().indexOf("mac") == -1){ // Do not run if on a Mac system.
// MMHttp call moved inside function to prevent issue with Dreamweaver attempting to run the call on opening of the serial command
// as well as when the dialog that called the serial command is closed.
var connected = MMHttp.getFile("http://www.webassist.com");
if (connected.statusCode != 200) {
internet = false;
}
if (internet == false) {
document.formLayer.document.warningDiv.innerHTML = noInternet_MSG;
}
}
Secondly. I do not have a MAC, but Windows XP based system. So I deleted (actually made a copy of), the temp cache file.
Now the activation screen appears correctly and I can enter my serial number which gets accepted, but the "activate" button doesnt work. I suspect the activation process is blocked by my firewall. (see attached screenshot --without the serial number)
