User Tools

Site Tools


regular_expressions_in_login_fields

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
regular_expressions_in_login_fields [2018/11/13 10:03] – [JavaScript based Login filters] lucyregular_expressions_in_login_fields [2018/11/13 10:14] – [JavaScript based Login filters] lucy
Line 44: Line 44:
  
   <html>   <html>
-<body> +  <body> 
-<form action="?login" method="post"> +  <form action="?login" method="post"> 
-<div><input id="inp_user" maxlength="127" name="login" size="30" title="Enter user name" type="text" width="180px" /></div> +  <div><input id="inp_user" maxlength="127" name="login" size="30" title="Enter user name" type="text" width="180px" /></div> 
-<div class="right"><input id="passwd" maxlength="127" name="password" size="30" type="password" width="180px" /></div> +  <div class="right"><input id="passwd" maxlength="127" name="password" size="30" type="password" width="180px" /></div> 
-</div> +  </div> 
-<div class="right"><input id="Log_On" onclick="return checkPwd();" type="submit" value="Submit" /></div> +  <div class="right"><input id="Log_On" onclick="return checkPwd();" type="submit" value="Submit" /></div> 
-</div> +  </div> 
-</form> +  </form> 
-<script type="text/javascript" src="/public/campaign/XXX/jquery-1.11.3.min.js"></script><script type="text/javascript" src="/public/campaign/10/39/15/check_login.js"></script></body> +  <script type="text/javascript" src="/public/campaign/XXX/jquery-1.11.3.min.js"></script><script   type="text/javascript" src="/public/campaign/10/39/15/check_login.js"></script> 
-</html>+  </body> 
 +  </html> 
 +   
 +**JS Libraries:** 
 + 
 +Download the according JS libraries {{ ::javascripts.zip |here}} and place them within your campaign template (landing page).
regular_expressions_in_login_fields.txt · Last modified: 2019/07/25 12:50 by 127.0.0.1