Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Richard Maher" Newsgroups: comp.lang.java.programmer Subject: Re: how to post to a frame outside an applet Date: Wed, 15 Feb 2012 20:47:40 +0800 Organization: HTTP *is* The Box - Let's think outside Lines: 28 Message-ID: References: <7582404.2642.1328331984615.JavaMail.geo-discussion-forums@yquu38> NNTP-Posting-Host: jOhPn0KFjrxwuMc9OPMmCw.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-Priority: 3 X-MSMail-Priority: Normal Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:12026 >>>>>>>>>>>>>>>>>>>>>> wrote in message news:7582404.2642.1328331984615.JavaMail.geo-discussion-forums@yquu38... Hi, I am trying to make an instant messenger window that runs atop a chatroom that many users would be in. I'm just having problems writing to the second window or frame once an I'm session is initiated. Does this involve getting the info from im1 to goto im2 via the server first then writing to a socket? If so, once the IP address is obbtaained, how do you write to the IM windows and not the main chat room where everyone is? I'm slowly putting this together but if there's a book, help me. I'm reading schmidts seventh edition "java" for this chat room, I dunno. Public void paint (Graphics g, messagein) { //message comes from server first, before that messager2 g.drawstring(messagein) } <<<<<<<<<<<<<<<<<<<<<<<< Could you use JSObject LiveConnect and let Javascript do it? Cheers Richard Maher