stcrim
07-11-2006, 03:12 AM
We have been using "defer" in js calls to allow third party websites to open before our script was called. Now we have re-written and are encrypting the script. The js calls which we don't have access to will not work with the encrypted code.
Is there a way to have the call, call a file that then calls or encrypted code as a work around. It can not use document.write because that is problematic with "defer" also.
Just looking for a script that will call a script,
Any thoughts?
-s-
Is there a way to have the call, call a file that then calls or encrypted code as a work around. It can not use document.write because that is problematic with "defer" also.
Just looking for a script that will call a script,
Any thoughts?
-s-