<html>
How do you encode a new window with<br>
Western European (windows) or (ISO) ?<br><br>
I have the parent pages but<br>
how to encode popups has got me.<br><br>
Please help.Thanks, Kelly<br><br>
(This want work on the new window ? )<br><br>
&lt;html&gt;<br>
&lt;head&gt;<br>
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;
charset=windows-1252&quot;&gt;<br>
&lt;SCRIPT LANGUAGE=&quot;JavaScript1.2&quot;
TYPE=&quot;text/javascript&quot;&gt;<br>
&lt;!-- Hide from None Javascript Browsers<br>
var NewWin=null<br>
function openNewWin() {<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>if(NewWin
&amp;&amp; !NewWin.closed) NewWin.close()<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
NewWin=window.open(&quot;&quot;, &quot;NewWin&quot;,
&quot;menubar=yes,resizable=yes,height=350,width=580,top=100,left=0&quot;);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>NewWin.document.write('&lt;html&gt;&lt;head&gt;&lt;meta
http-equiv=&quot;Content-Type&quot; content=&quot;text/html;
charset=windows-1252&quot;&gt;')<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>NewWin.document.write(&quot;&lt;/head&gt;&lt;body&gt;&quot;)<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>NewWin.document.write(&quot;HELP
!!!&quot;)<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>NewWin.document.write(&quot;&lt;/body&gt;&lt;/html&gt;&quot;)<br>
} <br>
// Finish Hiding --&gt;<br>
&lt;/script&gt;<br><br>
&lt;/head&gt;<br><br>
&lt;body onload=&quot;openNewWin();&quot;&gt;<br><br>
&lt;/body&gt;<br>
&lt;/html&gt;</html>