Click to See Complete Forum and Search --> : Me Again :)!!


Burrow
02-16-2003, 12:11 AM
I have yet another question about the rpg.

My friend is becoming lazy , and no longer wishes to have to put information in, so I'm here to ask this.



Is it possible in Javascript, to take a form


Such as:

Character Name: A
Password: BBQD
Race: Elf

Then to have that automatically create a page, known as A.htm(l), and automatically put that into there.

This is via a form also.
Then is it possible to later, have something like

A bought a bow, for 152 gold.
Thus having A's gold go down, yet gains a bow at the same time, all from recognizing something such as a password?


I think I'm going to have to go into extensive Java, C++, or some other type of language, but it can't hurt to ask.

Da Warriah
02-16-2003, 08:09 AM
you cannot create or change files with javascript...id suggest something more like PHP, which is very similar to Javascript, but allows for creating, reading, writing to, and deleting files...or if you already know CGI, i think you can create the same effect with that as well...

Burrow
02-16-2003, 08:10 PM
Alrighty, I figured that much.

I'll just make him update it, so he'll actually do something :).