[Javascript] Help on Macintosh

Marcelo Simon grillo at lazzuri.com.br
Sun Apr 14 22:56:27 CDT 2002


Hi,

can anyone tell me why this isn't working on a Mac ? Everything is ok on a PC, but on the mac it ain't submitting the form.

<script language="JavaScript">
<!--
function valuerestore() {
 document.blah_box.mensagem.value = document.blah_box.tmp_mensagem.value;
 document.blah_box.nome.value = document.blah_box.tmp_nome.value;
 document.blah_box.tmp_mensagem.value = ' mensagem';
 document.blah_box.tmp_nome.value = ' nome';
 document.blah_box.sumbit();
    }
//-->
</script>

this is triggered by:

<input type="image" name="postar" src="images/bt_postar.gif" onClick="valuerestore()">

TIA
Marcelo Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020415/10c2d06e/attachment.htm>


More information about the Javascript mailing list