variable as textbox on another page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jcgurango
    New Member
    • Sep 2007
    • 3

    variable as textbox on another page?

    Ok, so I have 2 pages, one has a text box, and the other has a code with a variable(it's a java application). The variable on the other page is "cn". What I wanna know is, how can I make it so what ever you type on the first page, when you press a button you go to the other page and the variable value of "cn" is what was on the textbox?
    -jcgurango
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by jcgurango
    Ok, so I have 2 pages, one has a text box, and the other has a code with a variable(it's a java application). The variable on the other page is "cn". What I wanna know is, how can I make it so what ever you type on the first page, when you press a button you go to the other page and the variable value of "cn" is what was on the textbox?
    -jcgurango
    You say it's a Java application but you're talking about pages. Are they JSP pages or are they JFrames?

    Comment

    • jcgurango
      New Member
      • Sep 2007
      • 3

      #3
      none

      ok, I'll write a description of the code:
      so, it sets the variables on the page and then LOADS the java application using those variables...... so thats pretty much
      Last edited by jcgurango; Sep 15 '07, 09:52 AM. Reason: nuthing

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by jcgurango
        ok, I'll write a description of the code:
        so, it sets the variables on the page and then LOADS the java application using those variables...... so thats pretty much
        Have you read my reply?
        Can you specify what you mean by page? Are you using applets, JSPs, swing e.t.c?
        If you can't specify these things then it's not going to be possible to give any help.

        Comment

        Working...