KickApps:为外部页面添加登录框

【KickApps:为外部页面添加登录框】业无高卑志当坚,男儿有求安得闲?这篇文章主要讲述KickApps:为外部页面添加登录框相关的知识,希望能为你提供帮助。
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.

  1. < 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=" " >
  2. < input id=" as" type=" hidden" name=" as" value=https://www.songbingjia.com/android/" #####" />
  3. < input type=" hidden" value=https://www.songbingjia.com/android/" " name=" redirectURL" id=" redirectURL" />
  4. < label for=" UserBoxUserName" > Username< /label>
  5. < input id=" UserBoxUserName" class=" textbox" type=" text" name=" username" />
  6.  
  7. < label for=" UserBoxPassword" > Password< /label>
  8. < input id=" UserBoxPassword" class=" textbox" type=" password" name=" password" onkeydown=" var key = event.which || event.keyCode; if (key == 13) { submit()}" />
  9.  
  10. < input class=" ka_button" type=" submit" value=https://www.songbingjia.com/android/" Sign in" name=" Login" />
  11.  
  12. < /form>


    推荐阅读