I'm using JSValidate to validate a form, the form gets validated correctly when I access it via File-> Open File
, but not when I type localhost/formname
on my address bar.
When ran from localhost/formname
the form behaves as if the Javascript weren't there. This doesn't happen in my apache server at home, yet it does happen at work. What could it be?
*both machines run ubuntu's firefox, with javascript enabled.