Hi ! I purchqsed the Splash Page in the market but I would like to put a pop up Login button.
This is what I used : <button class="bx-btn" style="margin-left:10px;" onclick="showPopupLoginForm(); return false;">Login</button>
But when I click on the login button , nothing happened.
I also put these code at the begining of my splash page:
<script language="javascript" type="text/javascript" src="inc/js/functions.js"></script>
<script language="javascript" type="text/javascript" src="inc/js/jquery.dolPopup.js"></script>
<script language="javascript" type="text/javascript" src="inc/js/join_splash.js"></script>
<script language="javascript" type="text/javascript" src="inc/js/login.js"></script>
