Editor inside iframe javascript errors

Editor inside iframe javascript errors

Hi,

I am testing zoho's remote api for my application. When i request url from zoho api and if i put it inside iframe iframe gives javascript errors.

Here is my code. Is there any trick for that thanks. I used chrome for this test

Unsafe JavaScript attempt to access frame with URL http://Myurl.com from frame with URL https://exportwriter.zoho.com/editor.im?doc=e2e696359ed3e3bde86846c9415f2855f64fe1a005b254005d255d605b40e104371e2c69a1b34d89&top=true . The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match.

And This is the iframe

<iframe id="preview_container" src="https://exportwriter.zoho.com/editor.im?doc=e2e696359ed3e3bde86846c9415f2855f64fe1a005b254005d255d605b40e104371e2c69a1b34d89&amp;top=true"></iframe>