Hi Yulyanto,
Your reply is not clear for me. Can you please elaborate your reply?
bye,
veena
---
Veena T
Assistant Profesor,
Manipal Center for Information Science,
Manipal.
        576 119
Email: [EMAIL PROTECTED]
Telephone: 91+08252-71915/71914






On Mon, 22 May 2000 13:47:29   Yulyanto (CIS, Group-HO) wrote:
>I think u can use GET method when calling your servlet from your applet.
>
>ex. :
>   java.net.URL url = new
>java.net.URL("http://"+hostname+":8080/servlet/dbawmrcservlet_7?a=1&b=2");
>   getAppletContext().showDocument(url,"_blank");
>tx.
>
>> -----Original Message-----
>> From: Imtiaz Kalburgi [SMTP:[EMAIL PROTECTED]]
>> Sent: Tuesday, May 23, 2000 1:27 AM
>> To:   [EMAIL PROTECTED]
>> Subject:      applet to servlet then to html., intersting help needed
>> Importance:   High
>>
>> Hi everybody. .
>>
>> I have a strange problem.
>>
>> What I want to do is
>> Data has to go from an applet to the servlet then to the HTML.
>>
>> My applet is talking to a servlet, sends some user entered data.
>> My servlet is accepting the data.  Till here everything is fine.
>>
>> After taking data from the applet into the servlet i have to pump an HTML
>> document back to the browser where the applet was running.
>> My servlet has the code which writes a HTML to to browser. But it not
>> overwriting the applet's HTML document.
>> What has to be done for this... please advice.
>>
>> I feel the problem is
>> out.println() method sends the data to the file from where the HTTP reqest
>> has come. So here since the request is coming from the applet the response
>> is going back to the applet and not to the browser. I have to redirect the
>> data pumped to the applet from the servlet to the browser.
>> How can I do it.??
>>
>> It is very urgent.
>>
>> Please help.
>>
>> thanx in advence,
>> Imtiaz
>>
>>
>>
>>
>>
>>
>>
>>
>> Keep the Faith.
>>
>> Imtiaz Kalburgi
>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>> Comat Technologies Pvt. Ltd.,
>> INDIA
>
>___________________________________________________________________________
>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
>


Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://my.lycos.com

___________________________________________________________________________
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