From kde-devel Thu Mar 31 15:58:54 2005 From: Andy Pieters Date: Thu, 31 Mar 2005 15:58:54 +0000 To: kde-devel Subject: Re: khtml 3.4 javascript submit() problem Message-Id: <200503311759.02627.andy () vlaamse-kern ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=111228480204235 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============0770934824==" --===============0770934824== Content-Type: multipart/signed; boundary="nextPart1212097.4MnrT0H0QZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1212097.4MnrT0H0QZ Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi=20 This smells like something I know... I can only guess at what you actually have in your document but you should= =20 know that a form MUST HAVE a submit button. Either you use the=20 input type=3D"submit" which is supported by all the browsers since a decade or you use button type=3D"submit"=20 which is a bit less supported. If you want to send the form from inside javascript, or any other interface= ,=20 including the submit button will releave you of your pain.