Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
359 views
in Q2A Core by
"question2answer srcipt board" not work on Chrome , when use iframe !!

<iframe src="....><iframe>

but Firefox , IE OK

How can i fix it?
Q2A version: 1.72
by
What exactly is not working? Do you have a live example? I just did a quick test localhost and it worked fine for me.

1 Answer

0 votes
by

i install Q&A script board at a.com

1.) OK (iframe in the same domain)
i use iframe in a.com  
<iframe src="http://a.com/qa/" frameborder="0"> </iframe>

IE,Firefox ,Chrome => OK

2.) Not OK at Chrome browser  (iframe in another domain)
i use iframe in b.com
<iframe src="http://a.com/qa/" frameborder="0"> </iframe>

IE,Firefox => OK
Chrome => not work , can not comment , can not sign in .

i want to know ,how to solve it. / thanks indecision

...