Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forums or Guestbooks in Javascript???

Status
Not open for further replies.

OddSocks

Programmer
Jan 6, 2003
4
IE
Hi there, does anyone have any idea whether it is possible to have a script that allows a user to input details on a Form page then prints and saves the results to another page?? simpilar to a forum or guest book... ie, the information printed does not get deleted when something new is added??

Is this possible?

 
This can't be done with javascript. javascript can not write to files, so it can't save anything. To do anything like that, you would have to try PHP or some other server scripting language. Sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top