I’m loading custom javascript from 3rd party site and I’m told it is being overriden by theme javascript. Ironically sometimes the javascript for 3rd party iframe works and sometimes it doesn’t. Pages in question are:
http://www.smtraininglabs.com/myfloorsdirect/carpet-offerings/
http://www.smtraininglabs.com/myfloorsdirect/hardwood/hardwood-offerings/
http://www.smtraininglabs.com/myfloorsdirect/laminate/laminate-offerings/
Any help is greatly appreciated. Thank you in advance…
Hi smbyjoe!
Your getting an error.
ReferenceError: CreateFrame is not defined
CreateFrame('100%', '500px', 'catalog', 'carpet');
Where is the function defined? If it’s in the iframe then see here, http://stackoverflow.com/questions/251420/invoking-javascript-code-in-an-iframe-from-the-parent-page.
Best regards,
Elliott