Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfinclude is altered between script tags

Status
Not open for further replies.

timand

Programmer
Jun 6, 2002
2
US
Does any one know how to turn of this feature?

I have the following code.

<script language=&quot;JavaScript&quot;>>
<cfinclude template=&quot;#site_map#/global/scripts.cfm&quot;>
</script>

When saved and uploaded to the remote site the code is altered to the following.

<script language=&quot;JavaScript&quot;>
<MM:BeginLock translatorClass=&quot;MM_SSI&quot; type=&quot;ssi&quot; orig=&quot;%3Ccfinclude template=%22#site_map#/global/scripts.cfm%22%3E&quot; fileRef=&quot;#site_map#/global/scripts.cfm&quot;><img src=&quot;file:///C|/Program Files/Macromedia/Dreamweaver MX/Configuration/ThirdPartyTags/ColdFusion.gif&quot;><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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top