CP* Le4d content blocker on a button

joelshaw

Newbie
Joined
Feb 26, 2010
Messages
11
Reaction score
0
how do you make set your content blocker so that it doesnt pop up until somebody clicks on the link?
 
Add this to your button attribute.

Code:
onClick:"startGateway('ID_OF_YOUR_GATEWAY')"
 
you just need to take a piture as the link
<a href="" onclick,etc><img src=""></a>
 
Back
Top