Search:

Type: Posts; User: sam2730

Search: Search took 0.24 seconds.

  1. Replies
    1
    Views
    1,522

    Re: Problem with my JavaScript or JSP?

    I solve already =D but it kind of weird. I put Try & Catch in length = d.userName.value.length(); and then i remove Try & Catch and it can run properly already =.=" anyone can tell me what is...
  2. Replies
    1
    Views
    1,522

    Problem with my JavaScript or JSP?

    function formSubmit(){
    var length;
    var d = document.Example;

    length = d.userName.value.length();

    if(length < 1){
    ...
Results 1 to 2 of 2