PDA

View Full Version : Is it possible to create a message board with JS and cookies only?


youngScripter
02-10-2003, 11:47 PM
By just using JavaScript and cookies, would it be possible to create a fully functional message board? Or would I have to use a server side language? :confused:

Algorithm
02-10-2003, 11:59 PM
Server-side scripting would be required, yes.