May 2009
2 posts
Question: I encountered bug in Opera and IE, when... →
If any Javascripts running inside the body tag or inside a
table which is directly a child of body, then most of the times this
error is bound to happen. The solution is to move the script to the top
or bottom of the body tag or even moving it after the body. The script
can also be put inside a function and then calling it from
window.onload. Another solution to this problem is to add...
Question: Why am I receiving errors when viewing... →
You are likely running into a well known Internet Explorer bug. This is usually caused by some errors in your HTML. We recommend that you test your HTML code in an HTML validator to help you find the errors in your code.
The workaround for most of these issues is to move BOTH Friend Connect <script> tags to be direct children of <body>. The best place to put the <script>...