I have the following javascript.
<SCRIPT SRC="http://www.world66.com/export/export.js" LANGUAGE="JAVASCRIPT"></SCRIPT>
<SCRIPT Language="JavaScript">
Header_Color = "Black";
Header_Size = "5";
Header_Face = "arial,helvetica";
Nav_Color = "Black";
Nav_Size = "4";
Nav_Face = "arial,helvetica";
Body_Color = "Black";
Body_Size = "4";
Body_Face = "arial,helvetica";
printGuide('mauritius','someemail@somwehere.com');
</Script>
I want to preferably use CFSAVECONTENT to save the output of the javascript. Can someone please assist?