Socket to handle HTML frame

Hi,The page has 3 frames in 3 different files. If i click on something in one frame, something on the other frame should be display. How to handle this thing with Serversocket ? How would it know which frame to write to ?Many thanks in advance
[271 byte] By [csbhama] at [2007-10-2 5:00:02]
# 1

em, your question is quite vauge, however are you sure you want to use sockets for that? You can use just pure Html for that.

Just take a look at the API documentation provided by Sun, right click and press "View Source" to check how they do it.

Here is the Url:

http://java.sun.com/j2se/1.5.0/docs/api/index.html?java/lang/String.html

However I could have misunderstood your question, in which case a million apologies.

regards,

sim085

sim085a at 2007-7-16 1:04:01 > top of Java-index,Java Essentials,Java Programming...
# 2
Thanks for your reply. But i think you misunderstool my question. Im writting a Web server in Java and try to use Socket. It seems to handle ordinary HTML page with no problem, but i kind of got stuck when thinking of Frame.Cheers
csbhama at 2007-7-16 1:04:01 > top of Java-index,Java Essentials,Java Programming...