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&param2=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

Reply via email to