Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 is this correct withing a javascript function in a

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-12-04 : 22:47:39
question: is this correct withing a javascript function in an aspx page

function myFunction()

{

if (ChkLoadMode.checked==true) alert('salut1');

}

ChkLoadMode is an input check box like this:

<input type=checkbox id=ChkLoadMode/>

The problem I get no message alert salut1

Thanks
   

- Advertisement -