Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Quote:
Originally Posted by flatrat
im open to suggestion*.. there really isnt a server, for now im just trying to see if i can get this to fly on my computer.
|
Seeing how forms send information to the SERVER, you can't expect the information to be very meaningful without one.
The information submitted via a form is available in the address bar, if the form uses method="get", and this information could be read with JavaScript. However, that doesn't help your situation seeing how JavaScript has zero access to the file system.
Seeing how websites exist on the server, without using server side code, you won't ever be able to do anything to files on the server without one.
Examples of server side codes: PHP, Coldfusion, Python, ASP, ASP.NET, Perl, J2EE, etc, etc.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|