Hi Monks. I've been working on putting an applet in one of my scripts that accesses a database and prints the results as a horizontal scrolling "news flash" type deal accorss the top. Well, as an html page everything works fine. howver, when I put the html code for the applet into a cgi script, the page just loads with an empty box and it says the newsticker.class file in the status bar can't be found(using IE 5.x and I've tried it with Firefox and it does about the same thing). Well when I view the source and save it as an html file in the same directory as the cgi script and open this new html file, the news ticker works fine. Can you not run applet code inside of cgi scripts or am I making another mistake. All the paths are correct, so I know that's not the problem. Any suggestions. Thanks. (Also if anyone knows of a good site with free news tickers that can update from files/db let me know)