Hi Guys need a little help again,
I've noticed that when using ODS HTML it auto inserts some JavaScript:-
into the HTML files, which is causing some major problems with our Mail Server (as SAS auto sends the HTML files). The Mail Server will block anything that has JavaScript in it..
Is there a way to remove all JavaScript from the ODS HTML?
Thanks in advance
Shenn
I've noticed that when using ODS HTML it auto inserts some JavaScript:-
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
// This script is to load all object onLoad() functions
function startup(){ }
function shutdown(){ }
//-->
</SCRIPT>
into the HTML files, which is causing some major problems with our Mail Server (as SAS auto sends the HTML files). The Mail Server will block anything that has JavaScript in it..
Is there a way to remove all JavaScript from the ODS HTML?
Thanks in advance
Shenn