Does any one know how to turn of this feature?
I have the following code.
<script language="JavaScript">>
<cfinclude template="#site_map#/global/scripts.cfm">
</script>
When saved and uploaded to the remote site the code is altered to the following.
<script language="JavaScript">
<MM:BeginLock translatorClass="MM_SSI" type="ssi" orig="%3Ccfinclude template=%22#site_map#/global/scripts.cfm%22%3E" fileRef="#site_map#/global/scripts.cfm"><img src="file:///C|/Program Files/Macromedia/Dreamweaver MX/Configuration/ThirdPartyTags/ColdFusion.gif"><MM:EndLock>
</script>
This creates a script error when the page is loaded in a browser. These files were created with CF Studio before we upgraded to Dreamweaver MX. Now I can't update these pages due to the problem. Any ideas?
I have the following code.
<script language="JavaScript">>
<cfinclude template="#site_map#/global/scripts.cfm">
</script>
When saved and uploaded to the remote site the code is altered to the following.
<script language="JavaScript">
<MM:BeginLock translatorClass="MM_SSI" type="ssi" orig="%3Ccfinclude template=%22#site_map#/global/scripts.cfm%22%3E" fileRef="#site_map#/global/scripts.cfm"><img src="file:///C|/Program Files/Macromedia/Dreamweaver MX/Configuration/ThirdPartyTags/ColdFusion.gif"><MM:EndLock>
</script>
This creates a script error when the page is loaded in a browser. These files were created with CF Studio before we upgraded to Dreamweaver MX. Now I can't update these pages due to the problem. Any ideas?