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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Forum Application

Status
Not open for further replies.

WolverineLogan

Programmer
Oct 9, 2001
29
ZA
Hello People

Been searching for a javascript Forum application similar to a refresh chat room or the one we using here to post questions.

All i can find on the net are ASP and PHP applications.

Can anyone help me

Much Appreciated
 
For any kind of forum, you need some kind of storage (ie a database) and the ability to connect to that and maintain the data. You cannot do this using Javascript - you need to use some kind of server-side scripting language eg ASP, PHP (as you've seen already). --James
 
Ok

Been getting involved in this internet programming hype, if server-side scripting then what I'd need is some sort of JSP application.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top