User Profile

Collapse

Profile Sidebar

Collapse
mishrask
mishrask
Last Activity: May 8 '12, 09:38 AM
Joined: May 8 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mishrask
    replied to form not submitted
    Thanks for the prompt reply.
    When I see the value of the variable valid (in firebug console), it is shown as true. Doesn't that mean valid is returned as true by the script? Also, is there any alternative?...
    See more | Go to post

    Leave a comment:


  • mishrask
    started a topic form not submitted

    form not submitted

    Code:
    function validlogin() {
    	userin = document.getElementById("user"); passin = document.getElementById("pass");
    	msg = document.getElementById("error");
    	user = userin.value; pass = passin.value;
    	valid = false; error = ""; k = 0;
    	if (user=="" || user==userin.defaultValue) { error = "<p>Your Username please...</p>"; k += 1; }
    	if (pass==""
    ...
    See more | Go to post
No activity results to display
Show More
Working...