Trying to put this into a customboxpal file, to show a stock quote box into a custombox...<br /><br /><APPLET NAME="QuotePage"<br /> CODE="QuotePage.class"<br /> CODEBASE="http://java.barchart.com/quotepage"<br /> HEIGHT="80" WIDTH="190"<br /> ><br /> <PARAM NAME="symbols" VALUE="'Indices,$NYS:NYSE Comp,$NASX:Nasd Comp,$IUX:Russell"><br /> <PARAM NAME="bgcolor" VALUE="FFFFFF"><br /> <PARAM NAME="fgcolor" VALUE="000000"><br /> <PARAM NAME="pscolor" VALUE="005500"><br /> <PARAM NAME="ngcolor" VALUE="AA0000"><br /> <PARAM NAME="numcols" VALUE="1"><br /> <PARAM NAME="numrows" VALUE="5"><br /> <PARAM NAME="crorder" VALUE="down"><br /> <PARAM NAME="data" VALUE="price, percent"><br /> <PARAM NAME="display" VALUE="fractions"><br /> <PARAM NAME="fface" VALUE="Courier"><br /> <PARAM NAME="fsize" VALUE="12"><br /> <PARAM NAME="fstyle" VALUE="Normal"><br /> </APPLET><br /><br />I have tried it with the echo " blah blah"; and escaping all " but it still doesnt work... <br /><br />Any help? Please? Not sure on this one...<br /><br />Deej