Hello
I open a window from JavaScript with w=window.open,
write content with w.document.open ,w.document.wri te,
w.document.clos e. I specified charset with
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-2">
but did not help much.
In Internet Explorer w.document.char set="ISO-8559-2"
after w.document.open solved the problem, but with Mozilla
this do not work. There is a w.document.char acterSet, but
this is read only. Mozilla seems forcing UTF-8 - is there a way
to change this?
I open a window from JavaScript with w=window.open,
write content with w.document.open ,w.document.wri te,
w.document.clos e. I specified charset with
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-2">
but did not help much.
In Internet Explorer w.document.char set="ISO-8559-2"
after w.document.open solved the problem, but with Mozilla
this do not work. There is a w.document.char acterSet, but
this is read only. Mozilla seems forcing UTF-8 - is there a way
to change this?
Comment