Type Error DW6 MX -
09-06-2006
, 02:13 PM
I am getting multiple repeat errors when I open a document in DW6 MX.
"The following translators were not loaded due to errors:
The following JavaScript error(s) occurred:
At line 16 of file "C:\prog...\translators\Server Model SSI.htm":
TypeError: dw.getThirdPartyNonEmptyScriptModelTags is not a function "
At line 16 in the .htm file reads
// We don't want to translate if we inside a <style>, <script>
// or third-party, non-empty script-model tag. Initialize
// an array of tag names to "ignore". Do it here so it only
// happens once.
var ignoreTagArray = dw.getThirdPartyNonEmptyScriptModelTags();
ignoreTagArray.push("script");
ignoreTagArray.push("style");
ignoreTagArray.push("map");
This never happend before on my other machine until now. What can I do to fix
this problem w/o having to re-install.
Thx for your time
Sean |