Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Help on Macintosh
- From: javascript@xxxxxxxxxx (Trey H)
- Subject: [Javascript] Help on Macintosh
- Date: Mon, 15 Apr 2002 04:04:21 +0000
I do not own a mac computer myself, so I may be wrong on this. It may be because you are using an image as the button to launch the submit. It could also be that mac does not accept the submit() function for some reason. Also, you may want to try something as simple as renaming your form objects. I have tried this before when I had a strange error and it works sometimes. I hope you figure it out. ==================================== Trey: tutwabee@xxxxxxxxxxx Get free JavaScripts at the Blue Dragon! Just go to: http://www.websiter.biz ==================================== Make money by being online: http://www.degoo.com/index.php?refid=tutwabee =================================== Earn free traffic for your website easily: http://tools.addme.com/servlet/popview?id=52260 ==================================== >From: "Marcelo Simon" <grillo@xxxxxxxxxxxxxx> >Reply-To: javascript@xxxxxxxxxx >To: <javascript@xxxxxxxxxx> >Subject: [Javascript] Help on Macintosh >Date: Mon, 15 Apr 2002 00:56:27 -0300 > >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 _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
- Prev by Date: [Javascript] Creating a new <Div>
- Next by Date: [Javascript] Creating a new <Div>
- Previous by thread: [Javascript] Help on Macintosh
- Next by thread: [Javascript] Creating a new <Div>
- Index(es):