Go Back   Velocity Reviews > Newsgroups > Java
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Java - Include an HTML output into JSP

 
Thread Tools Search this Thread
Old 12-20-2006, 02:30 PM   #1
Default Include an HTML output into JSP


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
  Reply With Quote
Old 12-20-2006, 04:42 PM   #2
Oliver Wong
 
Posts: n/a
Default Re: Include an HTML output into JSP

<> 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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46