Help with News Scroller

They have: 9 posts

Joined: Nov 2001

I'm using a Java Applet to display news to users on a site that I'm working on, it's just displaying text that you hard code into the htm document. What I'm wondering is if there's a way that you can have it set up that the user can enter new news to the ticker, without actually having to know html? Any help would be greatly appreciated...

mjames's picture

They have: 2,064 posts

Joined: Dec 1999

That would be very complicated, frankly. You'd need some sort of server-side assistance to transmit data back and forth. You'd need to use PHP or Perl to accomplish this, most likely.

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

I'm not aware of any Java Applets that allow you to do this- however, if you're just looking for a way to allow visitors to submit news, you could try something like phpnuke (to get an effect like slashdot.org )

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.