Search:

Type: Posts; User: sam2730

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,520

    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,520

    Problem with my JavaScript or JSP?

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

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

    if(length < 1){
    ...
  3. Replies
    5
    Views
    2,519

    Re: Help in Servlet. Just start learning..

    This project already running for 10+ years and I need to understand all those code.. It is Jsp+Web App+Servlet+Xml project. This all I never learn b4 and now the login screen I also don understand at...
  4. Re: How to Read user input from the console with the Scanner class

    import java.util.Scanner;

    public class Class1 {

    public static void main(String[] args) {

    System.out.println("Enter integer: ");

    Scanner sc = new Scanner(System.in);
  5. Replies
    5
    Views
    2,519

    Re: Help in Servlet. Just start learning..

    yup.. but i currently work in a company and current project already implement so i need to understand all those code but i cant understand at all because im new to this company and no one want to...
  6. Replies
    5
    Views
    2,519

    Help in Servlet. Just start learning..

    Anyone hava java servlet tutorial that i can download? I really need it. or any link that i can learn servlet? thanks for helping me.
Results 1 to 6 of 6