Ok...
I have tested this over and over...
1) I check out a cfm page from a site
2) I edit the page
3) I put the page
4) I get the page (there is a reason for this)
5) I open the page
And what do I get? Something different to what I uploaded!
It appears that for:
<style type="text/css">
<cfinclude template="mycssfile.cfm">
</style>
And
<script language="javascript">
<cfinclude template="myjsfile.cfm">
</script>
DW replaces them with (change filename for both):
<MM:BeginLock translatorClass="MM_SSI" type="ssi" orig="%3Ccfinclude
template=%22mycssfile%22%3E" fileRef="mycssfile.cfm"
depFiles="file:///path/to/file/mycssfile.cfm">
... Complete code from mycssfile.cfm ...
<MM:EndLock>
Anyone know WHY DWMX does this and HOW to stop it?
Paul
-----------------------------------
Paul Johnston
PJ Net Solutions Ltd
http://www.pjnetsolutions.com
[EMAIL PROTECTED]
+44 (0)7866 573013
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]