On Fri, Oct 31, 2008 at 12:43 AM, joe ertaba <[EMAIL PROTECTED]> wrote:
> Hi, > > I have found that encoding does not work in xul, here is an example > > <?xml version="1.0"* encoding="ISO-8859-1"*?> > <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> > <window id="yourwindow" xmlns=" > http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> > <script type="text/javascript"> > <![CDATA[ > // put some js code here > ]]> > </script> > <label value="Click on ME" onclick=" > value= '1'+String.fromCharCode(8)+'3' > "/> > </window> > > Here is list of character encoding for Iso-8859-1 ( > http://en.wikipedia.org/wiki/Iso-8859-1), It must support backspace,.... > but why noting happens in my example ? > > _______________________________________________ > Project_owners mailing list > [email protected] > https://www.mozdev.org/mailman/listinfo/project_owners > > Hi Joe, I know very little in this area but onclick=" needs another quotation mark perhaps. -- Sonny
_______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
