auuuu Elite Member Joined Jul 10, 2010 Messages 1,847 Reaction score 444 Feb 15, 2011 #1 Anyone can help me? I've tried with this: <script type="text/javascript"> function LOL() { FUNCTION } </script> <input type="button" value="Press to Activate" onclick="LOL()" /> But doesn't works Anyone can hep to figure out?
Anyone can help me? I've tried with this: <script type="text/javascript"> function LOL() { FUNCTION } </script> <input type="button" value="Press to Activate" onclick="LOL()" /> But doesn't works Anyone can hep to figure out?
Fuggz Power Member Joined Mar 25, 2010 Messages 606 Reaction score 613 Feb 15, 2011 #2 If you are adding this code to the Static FBML app, it will not work, it will only show HTML.
C chronic Newbie Joined Aug 15, 2008 Messages 38 Reaction score 27 Feb 15, 2011 #3 Only way you can really do this is to use an HTML iframe to a webpage that contains the button.
auuuu Elite Member Joined Jul 10, 2010 Messages 1,847 Reaction score 444 Feb 15, 2011 Thread Starter Thread Starter #4 chronic said: Only way you can really do this is to use an HTML iframe to a webpage that contains the button. Click to expand... Can you tell me more please? I need to put the JS in my website and then iframe it into the FBML?
chronic said: Only way you can really do this is to use an HTML iframe to a webpage that contains the button. Click to expand... Can you tell me more please? I need to put the JS in my website and then iframe it into the FBML?