Re: [OT] Form Check java problem
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 51423
interpreted = N
texte = Thanks for this - great help> function CheckForm()> {> if (document.myform._agb.checked) return true;> else> alert ("Not checked");> return false;> } =20> //-->>=20> This will work for checking if a checkbox is checked.>=20> Sincerely,> Nitai Aventaggiato> CEO>=20>=20> On 30.6.2003 14:29 Uhr, "Steve Craig"
wrote:>=20>> Hi>>=20>> Sorry for the off topic but I am just a fiddler when it comes to Java.>>=20>> I have a page with a simple form on it that consists of one field and 4>> checkboxes. A user must fill in the field and at least one of the>> checkboxes. I am using the following to check the field and I'm wonderin=g>> how you would check for the state of the checkboxes.>>=20>>=20>> function formCheck(formobj)>> {>> if (formobj.qty.value =3D=3D '') {>> alert('Please enter your quantity.');>> return false;>> }>> else>> So on and on...>>=20>> Thanks for any help in advance>>=20>> Cheers>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>> Steve Craig - Asylum Interactive Ltd>> Tel +44 1224 642960 Fax +44 1224 642962>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>> http://www.asylumweb.com>> Email: steve@asylumweb.com>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>>=20>>=20>>=20>>=20>> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to>> >> Web Archive of this list is at: http://webdna.smithmicro.com/>>=20>=20> --> Redakto - Content Management that simply works>=20> ComputerOil=AE GmbH> Unionstrasse 4> 8032 Z=FCrich / Switzerland> Telefon +41 43 333 1 555>=20> info@computeroil.com> http://computeroil.com>=20>=20>=20>=20> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://webdna.smithmicro.com/>=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DSteve Craig - Asylum Interactive LtdTel +44 1224 642960 Fax +44 1224 642962=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dhttp://www.asylumweb.comEmail: steve@asylumweb.com=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Thanks for this - great help> function CheckForm()> {> if (document.myform._agb.checked) return true;> else> alert ("Not checked");> return false;> } =20> //-->>=20> This will work for checking if a checkbox is checked.>=20> Sincerely,> Nitai Aventaggiato> CEO>=20>=20> On 30.6.2003 14:29 Uhr, "Steve Craig" wrote:>=20>> Hi>>=20>> Sorry for the off topic but I am just a fiddler when it comes to Java.>>=20>> I have a page with a simple form on it that consists of one field and 4>> checkboxes. A user must fill in the field and at least one of the>> checkboxes. I am using the following to check the field and I'm wonderin=g>> how you would check for the state of the checkboxes.>>=20>>=20>> function formCheck(formobj)>> {>> if (formobj.qty.value =3D=3D '') {>> alert('Please enter your quantity.');>> return false;>> }>> else>> So on and on...>>=20>> Thanks for any help in advance>>=20>> Cheers>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>> Steve Craig - Asylum Interactive Ltd>> Tel +44 1224 642960 Fax +44 1224 642962>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>> http://www.asylumweb.com>> Email: steve@asylumweb.com>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>>=20>>=20>>=20>>=20>> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to>> >> Web Archive of this list is at: http://webdna.smithmicro.com/>>=20>=20> --> Redakto - Content Management that simply works>=20> ComputerOil=AE GmbH> Unionstrasse 4> 8032 Z=FCrich / Switzerland> Telefon +41 43 333 1 555>=20> info@computeroil.com> http://computeroil.com>=20>=20>=20>=20> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://webdna.smithmicro.com/>=20=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DSteve Craig - Asylum Interactive LtdTel +44 1224 642960 Fax +44 1224 642962=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dhttp://www.asylumweb.comEmail: steve@asylumweb.com=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Steve Craig
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Getting total number of items ordered (1997)
Upgrage pricing... The future of WebCatalog is coming with4.0... (2000)
off topic fetch vs PCS photomaster (1997)
WebCat consulting $ (1998)
FW: ANother SHOWIF problem (1997)
Database Strategy - more... (1998)
ShowNext for method=POST (1997)
problems with 2 tags shakur (1997)
international time (1997)
Emailer Set Up (1997)
Weird cart problem (webcat 2.x) (2000)
[BULK] [WebDNA] [BULK] 7.x and 6.x on same server (2012)
carriage returns in data (1997)
Two stores, one server (1998)
ShowIf & CountChars (2000)
Wits end with this [sendmail] problem. ;) (2000)
[OT] Industry standard for missing orders (2003)
suffix mapping for NT? (1997)
log files (1998)
Stumpted Again (1997)