![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | I just made a 'chat server' chat.php and you tell it things and it just adds them to a file chat.txt and echoes the file. http://www.ch3ss.com/chat.php?say=hifromaww please no hacking! This is the chat client so far. <html> <head> <title>chat</title> <script language="javascript"> function talk() { document.getElementById("if1").src = "http://www.ch3ss.com/chat.php?say=" + document.chat.say.value document.chat.say.value = "" } </script> </head> <body> <iframe id="if1"> </iframe> <form name="chat" method="get"> <input type="text" name="say"> <font onclick="talk()"><b>SAY</b></font> </form> </body> </html> you could just manage to chat to someone as it is, paste it into a HTML file and you can run it from your computer. How can I get javascript to read the *response* in the iframe? If I can do that I can grab the latest conversation instead of the whole screen, and format the text, even interactive games. Herc |
|
| | #2 (permalink) |
| Civilians | http://www.ch3ss.com/chat.php?*say=hifromaww you could have said HI! no matter I've taken the server down, don't want people echoing escape characters on my server and getting up to no good. Herc |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| iFrame Problem | Jamie | Web Design | 0 | 05-20-2005 00:00 |
| iframe and bgsound | anuke@bk.ru | Web Design | 1 | 03-22-2005 08:00 |
| iframe in div | Anita Meyer | Web Design | 0 | 11-18-2004 15:35 |
| Newbie Question with iframe... | AL Raq | Web Design | 16 | 11-11-2004 04:00 |
| iframe automatic resize | Snake | Web Design | 1 | 06-15-2004 11:18 |
![]() | ![]() | ![]() |