Return to Snippet

Revision: 13138
at April 2, 2010 15:10 by kickjoel


Updated Code
<form id="UserLogin" onsubmit="return ka_check_userLogin(this.form);" enctype="application/x-www-form-urlencoded" action="http://affiliate.kickapps.com/user/userLogin.kickAction?optOutUserId=" method="post" name="UserLogin" target="">
<input id="as" type="hidden" name="as" value="#####"/>
<input type="hidden" value="" name="redirectURL" id="redirectURL" />
<label for="UserBoxUserName">Username</label>
<input id="UserBoxUserName" class="textbox" type="text" name="username"/>

<label for="UserBoxPassword">Password</label>
<input id="UserBoxPassword" class="textbox" type="password" name="password" onkeydown="var key = event.which || event.keyCode; if (key == 13) { submit()}"/>

<input class="ka_button" type="submit" value="Sign in" name="Login"/>

</form>

Revision: 13137
at April 10, 2009 17:23 by kickjoel


Initial Code
<form id="UserLogin" onsubmit="return ka_check_userLogin(this.form);" enctype="application/x-www-form-urlencoded" action="http://affiliate.kickapps.com/user/userLogin.kickAction?optOutUserId=" method="post" name="UserLogin" target="">
<input id="as" type="hidden" name="as" value="#####"/>

<label for="UserBoxUserName">Username</label>
<input id="UserBoxUserName" class="textbox" type="text" name="username"/>

<label for="UserBoxPassword">Password</label>
<input id="UserBoxPassword" class="textbox" type="password" name="password" onkeydown="var key = event.which || event.keyCode; if (key == 13) { submit()}"/>

<input class="ka_button" type="submit" value="Sign in" name="Login"/>

</form>

Initial URL


Initial Description
This code can be used for making an external login area on pages other than KickApps powered pages.  Please replace ##### with your AS ID.    Also, if you've DNS masked you're site, you'll need to replace affiliate.kickapps.com with your domain info.

Initial Title
KickApps: Add login box for external page

Initial Tags
login, log

Initial Language
HTML