Status: offline

SnakePlisken

Forum User
Newbie
Registered: 12/21/04
Posts: 3
Hello, first time poster here.

I have geeklog installed, and I am using the 'validateForm' javascript. I cannot figure out how to validate a Radio Button.

Could someone please point me in the right direction.

THANKS
SnakePlisken


a

Anonymous
Check this - http://www.felgall.com/javatip2.htm

Hope it helps.

Status: offline

SnakePlisken

Forum User
Newbie
Registered: 12/21/04
Posts: 3
Thanks Anonymous. But What I am looking for is how to validate radio buttons using the 'validateForm' javascript that in Geeklog.

To validate a text filed. I would do this,.

Text Formatted Code
 <input name="city" type="text" size="24" ALT="blank" emsg="City is required" tabindex="9">
 


Just not sure what to do for radio buttons.

Thanks
Snake

Status: offline

Blaine

Forum User
Moderator
Registered: 07/16/02
Posts: 1232
What validateForm javascript ?

Geeklog does not provide any standard JS Form Validation library. It looks like you are using Peter Bailey's fValidate Library.
Geeklog components by PortalParts -- www.portalparts.com

Status: offline

SnakePlisken

Forum User
Newbie
Registered: 12/21/04
Posts: 3
Thanks Blaine.