in reply to Re^2: how can i take value in TextBox and pass to a URL?
in thread how can i take value in TextBox and pass to a URL?

And, yes, I currently am using Javascript for this purpose. But the reason i am reluctant to go ahead with Java is since Java is depends on if its installed or not. That's why i thought using PERL/CGI may solve the problem. Regards John
  • Comment on Re^3: how can i take value in TextBox and pass to a URL?

Replies are listed 'Best First'.
Re^4: how can i take value in TextBox and pass to a URL?
by gmargo (Hermit) on Dec 10, 2009 at 21:38 UTC

    Are you confusing Javascript with Java? They are two different things.

    You seem to want a form that performs two different actions based on which button is clicked. For that you'll have to use Javascript, which is already present in most reasonable web browsers. There is no need to have Java installed.