Search found 2 matches

by yosterroaster
Wed Jan 24, 2018 6:42 pm
Forum: General discussions
Topic: phpmyfaq in iframe
Replies: 12
Views: 20729

Re: phpmyfaq in iframe

Is there a way around this?

I want to call my faq from my website.

My faq runs on a linux server with the domain faq-data.com

My web site is simple-landlord.com

So they are different domains, but I really need a way to make this work.

Thanks,
Rob
by yosterroaster
Wed Jan 24, 2018 5:56 am
Forum: General discussions
Topic: phpmyfaq in iframe
Replies: 12
Views: 20729

phpmyfaq in iframe

I tried to access my faq via an iFrame URL:= '<iframe src="' + aURL + '" width="' + itoa(htmlFrame.width) + '" height="' + itoa(htmlFrame.height) + '"></iframe>'; and I get "Access Denied" I can access some other sites with this code, but it doesn't work with:...