function original
Código PHP:
function idioma(str) {
document.write('<body');
document.write('<form name=tempo method=post action=http://henrry/master/includes/lang/change_language.php?idioma=',str,'&page=<? echo $PHP_SELF;?>>');
document.write('</form>');
document.tempo.submit();
return;
}
Código PHP:
function idioma(str) {
document.write('<body>');
document.write('<form name="tempo" method="post" action="http://henrry/master/includes/lang/change_language.php?idioma="',str,'&page=/master/index.php>');
document.write('</form>');
document.tempo.submit();
return;
}
Gracias