There is no way do prevent a form from being submitted until all fields are filled in unless you have javascript enabled."
no, you misread what I wrote or was meaning, see by using:
<button value="Create your space" type="submit" id="CreateSpace" name="CreateSpace" onclick="return cc();"...
at http://spaces.msn.com/SignUp.aspx they have a script that doesnt let you submit the form till it is filled n, I'm wondering if anyone knows of an easyer script like this that does basicly the same thing, it looks like it uses DOM
http://spaces.msn.com/signup.js
function cc()
{
var o =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.