1. The link below refers to a Dynamic Drive bulletin board code:

http://www.dynamicdrive.com/dynamicindex2/dhtmlbillboard.htm

I can get the text to wprk tine, but I cannot figure out how to get the image into the code, so that the code wraps around it, as in the demo. I cannot find a place to insert the image reference.

2. I am looking for a SIMPLE Javascript code for a message board, where users can post messages, other users can view the messages, and I (as administrator) can add/change/delete messages,

Please help.

Recommended Answers

All 2 Replies

2. I am looking for a SIMPLE Javascript code for a message board, where users can post messages, other users can view the messages, and I (as administrator) can add/change/delete messages,

Please help.

This is impossible.

JavaScript runs on the user's computer, not on your server. So it can't store anything on your server. You need PHP or some other server-side language.

I have figured out how to put the image in. Please disregard help on #1.

John

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.