Results 1 to 1 of 1
- 12-15-2010, 01:26 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
Making Applet tags XHTML 1.0 Strict Compatible
Hey guys,
I'm trying to use this code that places a stock ticker on my website. However, I can't seem to figure out how to make it XHTML Strict 1.0 compatible. Can anyone help me out? Code is below:
Java Code:<APPLET NAME="Ticker1" CODE="Ticker.class" ARCHIVE="Ticker.jar" CODEBASE="http://java.barchart.com/ticker" HEIGHT="40" WIDTH="450" > <PARAM NAME="panels" VALUE="1"> <PARAM NAME="1:symbols" VALUE="'Indices,$NASX:Nasdaq Comp, $SPX:S&P 500,'Stocks,IBM,GE,EBAY,YHOO:Yahoo!"> <PARAM NAME="1:scroll" VALUE="-1, 50"> <PARAM NAME="1:bgcolor" VALUE="#000000"> <PARAM NAME="1:fgcolor" VALUE="#FFFFFF"> <PARAM NAME="1:pscolor" VALUE="#00CC00"> <PARAM NAME="1:ngcolor" VALUE="#FF3333"> <PARAM NAME="1:hilight" VALUE="#FFFF00"> <PARAM NAME="1:font" VALUE="Arial, Bold, 12"> <PARAM NAME="1:multiline" VALUE="true"> </APPLET>
Thanks!
Similar Threads
-
Applet making cookies
By mneskovic in forum New To JavaReplies: 18Last Post: 08-31-2010, 05:32 AM -
HelloUniverse Java3D Applet: GraphicsConfiguration not Compatible
By ScottVal in forum Advanced JavaReplies: 2Last Post: 10-08-2009, 12:48 PM -
What to use instead of applet tag in xml strict
By hungdukie in forum XMLReplies: 0Last Post: 11-27-2008, 09:25 AM -
problems with applet tags
By oregon in forum Java AppletsReplies: 2Last Post: 08-06-2007, 04:19 AM -
Using a java compatible dll in applet
By swaroopkb in forum Java AppletsReplies: 0Last Post: 08-01-2007, 02:21 PM
Bookmarks