Advertisement
Guest User

Form Load

a guest
Jul 9th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <form class="formMain" id="formMain" style="height:460px;width:100%;" onsubmit="login()" >
  2. <input type="text" name="userid" id="txtUsername" value="" placeholder="Username" class=" ui-corner-none"/>
  3. <input type="password" name="pwd" id="txtPassword" value="" placeholder="Password" class="loginTextBoxStyle ui-corner-none"/>
  4. <input type="submit" value="Login" id="btnSubmit" class="blueButton !important" data-role="none"/> </form>
  5.  
  6. //The below method not triggered while taped the Go button
  7. function login(){
  8. //login action
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement