No remainders on Division?

wxdqz

New Member
Hi there,

I haven't used JavaScript and can't remember the syntax.

I want to make sure that a field in a form is always entered in multiples of 100. So I can to do a simple If Value/100 = Value/100 without the remainder, then it's OK. If not I want to pop up a window saying it has to be divisble by 100 and to try again.

But how do I do the part without the remainder?

Thanks.
 
Back
Top