lauz 0 Posted March 19, 2008 Report Share Posted March 19, 2008 hi there,I am in the process of creating my own website, however i am struggling with making a forum page.Can anyone help me please.thankslaura Quote Link to post Share on other sites
aszxcv 0 Posted March 19, 2008 Report Share Posted March 19, 2008 i can tell you plain html isnt the answeri think php forum will give better help Quote Link to post Share on other sites
lauz 0 Posted March 19, 2008 Author Report Share Posted March 19, 2008 ok thanks alot Quote Link to post Share on other sites
iyeru42 0 Posted March 28, 2008 Report Share Posted March 28, 2008 Although I've created a pho-forum before with just JavaScript and the form element, causing the page to temp. store data sent to the page. Quite weird though. When I made it, I didn't specify the JS to use cookies, but when I closed the tab/page with the submitted content via JS... and I re-opened the tab/page without using history, etc. the submitted content was still put on the page. It was scary.I didn't use innerHTML at the time though, nor Regex. I can't remember how I did it, but I did. Quote Link to post Share on other sites
vchris 3 Posted March 28, 2008 Report Share Posted March 28, 2008 Use a popular forum: phpbb, vbulletin, IPB... Quote Link to post Share on other sites
Ingolme 1,035 Posted March 29, 2008 Report Share Posted March 29, 2008 Although I've created a pho-forum before with just JavaScript and the form element, causing the page to temp. store data sent to the page. Quite weird though. When I made it, I didn't specify the JS to use cookies, but when I closed the tab/page with the submitted content via JS... and I re-opened the tab/page without using history, etc. the submitted content was still put on the page. It was scary.I didn't use innerHTML at the time though, nor Regex. I can't remember how I did it, but I did.There's simply no way you could make a forum with Javascript alone. Javascript cannot save anything, and any changes you make to the page are only visible to yourself. Quote Link to post Share on other sites
iyeru42 0 Posted March 30, 2008 Report Share Posted March 30, 2008 There's simply no way you could make a forum with Javascript alone. Javascript cannot save anything, and any changes you make to the page are only visible to yourself.I know that, I'm sorry if I said anything misleading. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.