passing values from a java file to a webpage



I have a java program which can pass values (d_name,item) to any file
that I desire. I chose html and after linking this html file with the
java program, when I open the html file the address bar is something
like this:

"http://abcd.org/test.html?op=add&d_name=NAME&item=data@19b9e1e";

I want to use these passed values in my html file. Is there any way I
can refer to these passed arguments? Is there any other good choice
like perl with which I can do this?
Thanks for any help.

.



Relevant Pages

  • Re: passing arguments from a java file to a webpage
    ... when I open the html file the address bar is something ... The language doesn't make it better or worse, Java has methods to deal with those things, as do many languages, so why are you wanting to code something else in perl? ... Are you using a CGI written in perl and you want to pass those attributes to it or do you want to pass that string from your Java program to a perl script to process or something else? ...
    (comp.lang.perl.misc)
  • Re: saving html file to hard drive
    ... > I need to be able to prompt a user for a URL in a Java program and ... > then have that web page saved to a HTML file on the local hard disk. ...
    (comp.lang.java.programmer)
  • saving html file to hard drive
    ... I need to be able to prompt a user for a URL in a Java program and ... then have that web page saved to a HTML file on the local hard disk. ...
    (comp.lang.java.programmer)
  • passing arguments from a java file to a webpage
    ... I have a java program which can pass values to any file ... If I choose html and after linking this html file with ... when I open the html file the address bar is something ... this can be done better using perl. ...
    (comp.lang.perl.misc)
  • Re: passing values from a java file to a webpage
    ... I chose html and after linking this html file ... with the java program, when I open the html file the address bar is ... Are you asking how, in HTML, to refer to arguments provided via GET? ...
    (comp.lang.java.programmer)