Click to See Complete Forum and Search --> : Need Help With <embed> !!!
Dr1ft3r
05-25-2003, 12:17 PM
hey whats up...i need a little help with embedding...i havent really researched it much but was wondering if someone could just give me the lowdown on how to embed some text on a javascript command....like when i press a button it triggers a function and the text is embedded onto the page...one last thing....if i were to embed something on the page while another person was on at their computer would they be able to see what i embedded? thanks for the help cya :-D
Dr1ft3r
05-25-2003, 12:57 PM
ok to tell you the truth i was actually trying to come up with a way to make an easy-to-make chat room...thats why i asked you that stuff....how could i make a chat room?? do you know an easy way?
AdamGundry
05-25-2003, 01:03 PM
You need a server-side language for a chat room (so the answer is no, as Dave said). Client-side javascript cannot communicate with other computers accessing the same site without server-side code.
Adam