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)

In reply to applets in CGI by shaolindoman

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.