|
| Hello I have the following problem: my client has a website with a text
defined in an external .txt file conmtaining accented characters. see at:
http://www.tat.be/Fr/index.htm
He wants me to add a popup (which I did by using the following instruction)
this.onLoad= function(){
getURL
("java script:NewWindow=window.open('http://www.tat.be/Fr/promotion/promoflas
h.htm','newWin','width=300,height=400,left=0,top=0,toolbar=No,location=No,sc
rollbars=No,status=No,resizable=Yes,fullscreen=No'); NewWindow.focus();
void(0);");
}
I did not change any other text and the result can be seen at :
http://www.tat.be/Fr/tat910-1.html
.... the accented character were transformed in control codes . How could I
prevent this ?
Henri
|
|