JAVAEOC
06-05-2004, 08:21 PM
Is it possible to recive and sent information to another pc using JS???
thanks
thanks
|
||||
JS over the internet...JAVAEOC 06-05-2004, 08:21 PM Is it possible to recive and sent information to another pc using JS??? thanks bherrington 06-05-2004, 08:31 PM Depends how you define "information". You could use js to send an e-mail, although as far as I'm aware this can't be done without user confirmation. You can also create cookies. However you can't use it to create files (without user interaction). What exactly did you have in mind? JAVAEOC 06-05-2004, 08:40 PM Sorry, let me specifie... I was thinking about a chess game, or maybe a chat... something like that thanks bherrington 06-05-2004, 08:57 PM I've never tried anything related to either, but my guess would be that it would be difficult. I would have thought for chess that you would need to store move history information, so you would need to create a file storing that move information. You could, at the end of a user session, prompt the user whether he wanted to save a file, and then either get js to create the text for him to copy and paste, or (I believe, although I've never explored it) prompt him to save a created text file. That said, I think you'd be better served using a server-side programming language, so that the file could be created and stored on the server, in whatever format was required. In that way a saved game would be accessible to both players, or to anyone else (if you wanted it to be). I suppose a chat forum would be very similar to chess, in that you'd be wanting to have a "turn by turn" history, so the same would apply. Nightfire 06-05-2004, 09:05 PM You'd be better off using a java applet or flash for this sort of thing. You can't do it with javascript, you will need some kind of serverside language JAVAEOC 06-05-2004, 10:49 PM thanks |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum