![]() |
|
|
|||||||
![]() |
Java - Include an HTML output into JSP |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi,
I have one Perl script what return a character string. I can access it with this URL: https://localhost:4444/perl/ps01.pl The result might look like this: ABCD1234. OK Now, I need some help to include the result (ABCD1234) in my test.jsp before using it. The problem is, that the Perl script reads the ENV hash, witch contains some data red from a chipcard. Every time when I start a new session with the Perl script, the browser prompts me to enter the card PIN code. If I use the java.net.URL class in my JSP page I do not have the possibility to enter the PIN code. Please help me. Thank you. Laszlo graf.laszlo@axis.hu |
|
|
|
|
#2 |
|
Posts: n/a
|
<> wrote in message news: oups.com... > Hi, > > I have one Perl script what return a character string. > I can access it with this URL: https://localhost:4444/perl/ps01.pl > The result might look like this: ABCD1234. > > OK > > Now, I need some help to include the result (ABCD1234) in my test.jsp > before > using it. The problem is, that the Perl script reads the ENV hash, > witch contains > some data red from a chipcard. Every time when I start a new session > with > the Perl script, the browser prompts me to enter the card PIN code. > > If I use the java.net.URL class in my JSP page I do not have the > possibility > to enter the PIN code. Maybe you can open a raw socket connection and send exactly the info that your webbrowser sends. See http://java.sun.com/docs/books/tutor...ets/index.html - Oliver Oliver Wong |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Applet to Servlet to HTML | cisco_query | Software | 0 | 01-27-2008 05:32 PM |
| Post-Route Simulation does not give output for the first clock cycle Options | velocityreviews | Software | 0 | 04-17-2007 05:47 PM |
| Do all R1 versions of e.t. include 1982 version | rolling | DVD Video | 2 | 04-15-2005 11:06 PM |
| Sony Precision Cinema Progressive Output vs Component 480p Output | Otto Pylot | DVD Video | 1 | 04-18-2004 10:49 PM |
| Panasonic S25 DVD player w/o S-video output - will its replacement have S-video? | Mark | DVD Video | 1 | 02-11-2004 04:19 PM |