Sorry should be:
I've had a look with Firefox but it make no sense to me, sorry.
I really can't believe that Actinic can't simply export a simple email on its own
Code:
<!-- Campaign Commander capture code start -->
<script type="text/javascript">
var oldString = 'NETQUOTEVAR:INVOICEEMAIL';
newString = oldString.replace(/Email: (.*)<br>/,"$1");
document.write('<img src="http://as1.emv2.com/D?emv_pageok=http://www.butterflies-healthcare.co.uk/&emv_pageerror=http://www.butterflies-healthcare.co.uk/&emv_webformtype=3&emv_bounceback=0&emv_clientid=36055&NAME_FIELD=NETQUOTEVAR:INVOICENAME&EMAIL_FIELD=');
document.write(newString);
document.write('&BOUGHT_OCUSAN_FIELD=Yes" width="1" height="1">');
</script>
<!-- Campaign Commander capture code end -->
I really can't believe that Actinic can't simply export a simple email on its own
Comment