Contact: Tel: 2726 - New Media Systems, 1st Floor South, Queens Walk
Your problem can be better handled by letting the servlet to generate the whole
html page for you. User's request will be the URL to your servlet, and your
servlet will read in a html page template (you can cache this temlpate for
performance if you use it often), insert some results into the template and then
send it back to the client.
If you insist using a dynamic page, you might want to consider JSP which is
designed for this purpose.
Cheers,
Charles
Eugene Voznesensky <[EMAIL PROTECTED]> on 09/29/2000 02:11:22 AM
To: [EMAIL PROTECTED]
cc: (bcc: Charles Chen/YellowPages)
From: Eugene Voznesensky <[EMAIL PROTECTED]>, 29 September 2000, 2:11
a.m.
Re: <servlet> [Scanned by Yellow Pages PostMaster]
Hi Alejandro,
I have very close problem. I tried to put together a result from servlet and
html page.
But you can try next:
Create new html page with next content:
<html>
<head>
</head>
<frameset name=bly rows="50%,50%">
<frame
src="http://www.myserver.com:8080/servlet/publicTecno?param1=value1¶m2=v
alue2 name=aname resize>
<frame src="http://www.adomain.com/yourpage.html">
</frameset>
</html>
> Hi guys
>
> I have a simple question. I�m trying to insert a result from
> a servlet into my
> html page. I read about <servlet> tag but I can got it yet.
> Can you advise me?
>
> This is my code into html
> <servlet NAME="publicTecno"
> CODEBASE="http://www.myserver.com:8080/servlet/publicTecno.class">
> <PARAM NAME="data" VALUE="Event"> <PARAM NAME="ndata" VALUE="3">
>
> </servlet>
>
>
> I have tried with .sp but it doesn�t work.
>
> Thanks a lot
> Alex
>
> ______________________________________________________________
> _____________
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
> http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html