Hi All, I am developing an applet which I will be embedding in an HTML page. When the HTML page will be launched, it will get a URL and an id. I have to send the id at this URL(representing a Learning Management System). This will cause the information to be sent by the LMS. I don't know how to ask for information when the information will be sent, how to recieve it at my end. [ September 27, 2002: Message edited by: Anunay Ashish ]
I am trying to make sure I understand what it is you are asking to better give you an answer. You want to send an id to a url (are you doing it thru a GET type send or a POST type send). Then read thru the response of the url?