Advertisement
Varun_Krishna

function in js

Mar 24th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. submit: function() {
  2. alert("You have clicked login button");
  3. window.location = "index.html";
  4. },
  5. clear:function() {
  6. alert("do you want to clear all the fields?");
  7. document.getElementById('inputBox1').value="";
  8. document.getElementById('passwordBox1').value="";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement