Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Disable form fields to be submitted
Name: Ricky Rodriguez Date: May 16, 2004 at 15:22:50 Pacific OS: Win 98 CPU/Ram: 256
Comment:
I have developed a form to be submitted online. I need to be able to disable the second boxes group under Model2 if the user wants to send info only about one model. I have several required fields including in model 2 boxes group. If they are not completed, the form cannot be submitted. So I need to be able to disable in certain situations.. How can i do this ...I would really appreciate some help. Thanks lots.
Summary: in fact, i'd like to know that how can we pass arguments(for user name in this case) along with the form tag, to be submitted to the called script so that it can execute a query based upon that argume...
Summary: Here is an easy solution. Put a Javascript block at the end of the page (or at least after the field to be populated) and update the value instead of trying to populate it within the tag itself. Examp...
Summary: I have a set up where I need to direct the output of a form in a child window belonging to a parent frame in a separate window into that parent frame. I have already tried using a javascript function...