J joelshaw Newbie Joined Feb 26, 2010 Messages 11 Reaction score 0 Mar 29, 2010 #1 how do you make set your content blocker so that it doesnt pop up until somebody clicks on the link?
F FamousMassacre1 Newbie Joined Apr 23, 2009 Messages 12 Reaction score 3 Mar 29, 2010 #2 use the java onclick fuction, google it
J0kerz Supreme Member Joined Nov 2, 2009 Messages 1,441 Reaction score 445 Mar 30, 2010 #3 Add this to your button attribute. Code: onClick:"startGateway('ID_OF_YOUR_GATEWAY')"
C carcass Newbie Joined Jul 9, 2009 Messages 22 Reaction score 9 Apr 6, 2010 #4 J0kerz said: Add this to your button attribute. Code: onClick:"startGateway('ID_OF_YOUR_GATEWAY')" Click to expand... Correct code: Code: onclick="startGateway('ID_OF_YOUR_GATEWAY');"
J0kerz said: Add this to your button attribute. Code: onClick:"startGateway('ID_OF_YOUR_GATEWAY')" Click to expand... Correct code: Code: onclick="startGateway('ID_OF_YOUR_GATEWAY');"
M MailBoxSeller Regular Member Joined Oct 23, 2009 Messages 236 Reaction score 5 Apr 7, 2010 #5 you just need to take a piture as the link <a href="" onclick,etc><img src=""></a>