If I manage to use this code, please forgive me, but is it possible to use something like
var url = 'http://www.maxcashtitleloans.com/lmapp.html' document.write('<script src="'+url+'"></scr'+'ipt>')
to somehow display the html form inside many websites on different servers?
I have one HTML form that will be constantly updated as the needs of the company change and wants to disconnect them from IFRAME calls.
Various questions for the same purpose, "How can I display site content on a website, and not use IFRAME"
I know about an affiliate marketing company that uses
<script type='text/javascript'> var inputOptions = { UserID: '35696', Product: 'payday', ProductTemplate: 'lights', Server: 'https://altohost.com/', mobileDevices: true, parseDefaultValue: true, visitor: { referrer: (document.cookie.match("rfrrr[\r\n\t ]*=[\r\n\t ]*(.*?)(;|$)") || [,''])[1], subaccount: (document.cookie.match("src[\r\n\t ]*=[\r\n\t ]*(.*?)(;|$)") || [,''])[1], keyword: (document.cookie.match("kwrd[\r\n\t ]*=[\r\n\t ]*(.*?)(;|$)") || [,''])[1], clickid: (document.cookie.match("clcid[\r\n\t ]*=[\r\n\t ]*(.*?)(;|$)") || [,''])[1] }, }; document.write('<scr'+'ipt type="text/javascript" src="https://altohost.com/system/applicationforms/init.php?vn=inputOptions"></scr'+'ipt>'); </script>
source share