[jQuery] OT: No form submit without JavaScript?

[jQuery] OT: No form submit without JavaScript?


I have some forms that I perform validation on using the Validation
plugin for jQuery. My sole purpose for this, is that I'd like to
reduce spam (and my company gets quite a bit).
I understand the <NOSCRIPT> tag, but is there a way to prevent form
submission if a user does not have Javascript? I know alert boxes and
things like that are not possible without JavaScript but a simple
bold, red message in NOSCRIPT should do. I just can't figure it out.
I apologize if this is way off topic.