I have been trying to integrate translated pages into my frames website - I have managed to have the main (main.htm) page translated but it is placed in the header frame.
How do I get the translated page to display in the main frame??
<script language="javascript">
function translate(l)
{
window.location = "http://fets3.freetranslation.com/?Sequence=core&Language=English/"+l+"&Url="+"http://www.ceolmor-software.com/CeolMor_files/main.htm";
}
<map name="FPMap0">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('French')" alt="Translate to French" shape="rect" coords="13, 0, 44, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('German')" alt="Translate to German" shape="rect" coords="49, 0, 82, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('Italian')" alt="Translate to Italian" shape="rect" coords="87, 0, 118, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('Portuguese')" alt="Translate to Portuguese" shape="rect" coords="119, 0, 152, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('Spanish')" alt="Translate to Spanish" shape="rect" coords="154, 0, 187, 23"></map>
<img border="0" src=http://www.webdeveloper.com/forum/archive/index.php/"header_files/flags.gif" usemap="#FPMap0" width="199" height="37">
How do I get the translated page to display in the main frame??
<script language="javascript">
function translate(l)
{
window.location = "http://fets3.freetranslation.com/?Sequence=core&Language=English/"+l+"&Url="+"http://www.ceolmor-software.com/CeolMor_files/main.htm";
}
<map name="FPMap0">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('French')" alt="Translate to French" shape="rect" coords="13, 0, 44, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('German')" alt="Translate to German" shape="rect" coords="49, 0, 82, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('Italian')" alt="Translate to Italian" shape="rect" coords="87, 0, 118, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('Portuguese')" alt="Translate to Portuguese" shape="rect" coords="119, 0, 152, 23">
<area href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:translate('Spanish')" alt="Translate to Spanish" shape="rect" coords="154, 0, 187, 23"></map>
<img border="0" src=http://www.webdeveloper.com/forum/archive/index.php/"header_files/flags.gif" usemap="#FPMap0" width="199" height="37">