Results 1 to 3 of 3

Thread: [RESOLVED] Netbeans Visual Web Pack

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Resolved [RESOLVED] Netbeans Visual Web Pack

    Hi
    How you go from one page to other.
    For example click the button or link and other form is displayed.
    What is the method?
    I created an object of my page like
    Page2 ob=new Page2();
    ob.getPage();
    this statement was written on the button event of Page1
    I may have done this all wrong or I may have been missing a little thing.
    Please tell me how you navigate from one page to other.

    Thanks in Advance

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Netbeans Visual Web Pack

    You can use "response.sendRedirect("page2.jsp");"
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Re: Netbeans Visual Web Pack

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width