define javascript functions on iframe facebook app inside <fb:serverfbml> tag
- by user233486
Hi all,
How we can define JS function on inside ? I tried to load file javascript on the end tag , but I still can't call the function from javascript file.
Here the FBML tag
<fb:serverfbml>
<script type="text/fbml">
<fb:fbml>
<a href="#" id="this" onclick="do_colors(this); return false">Hello World!</a>…