javascript - Detecting a click on the Registration Plugin -


Is there a way to click the submit button of the registration plugin? I know that some (such as buttons) trigger the event that can be subscribed.

I am using the XFBML plugin.

Edit : I need to reply to a URL outside of the load balancer, while the user gets the same page, but inside the load balancer, when they submit . The registration plugin only allows me a redirect-uriy.

It seems that you are trying to capture the registered user.

There is no call back for it as it happens for the button when you like it. Even if you have it in any way with the iframe manipulation enabled it means that you will be blocked.

However, you have easily canceled the URL from the client side, you can consider in favor of logging on to the server: you are redirected to the registration and do not come back.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -