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