- see footer for list info -<
So. I can't figure this at all I think it must be some caching problem or something.....

Can anyone tell me how I check that at least one check box has been selected with JS?

The for is called addform and the checkbox names are ....

select_phase
select_place
select_skill

I have a submitform that just shows please wait when the button is clicked at present so I need to put the code in to that ....

<script language="JavaScript"><!--- Please wait when submit button clicked --->
<!--
function submitForm()
        {
                document.AddForm.clickme.value = "Please Wait...";
                document.AddForm.clickme.disabled = "disabled";
                return true;
        }
//-->
</script>




Sorry to be a pain

Regards - Paul


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to