Re: [PHP] calling javascript function from a form image

2001-09-21 Thread Christian Dechery
> > > >onclick="set_category()"> > > > I understand Netscape is a real pain in the a**... but that should work... maybe it (Netscape)'s being picky about syntax... trye being perfectionist... like: _ . Christian Dechery . . Gaita-L Owner / Web Developer . . http:

[PHP] calling javascript function from a form image

2001-09-21 Thread Neil Freeman
Hi, I have a form which contains an: tags but I don't think a form will like this. Has anyone a solution? Here is my code # imagesubmit.htm function set_category() { alert("category set"); } alert(\"form submitted\");"; } else { echo "alert(\"not submitte