I need to have a checkbox appear on a form already checked. I have the following code:
<tr>
<td>Air Monitoring</td>
<td><input type="checkbox" name="fld22" value="true"></td></tr>
Obviously the code is lacking something...what do I need to add in order for the box to appear checked...
Good morning!
I have an swf file that is embedded into an asp. Once it stops its animation, I want the reader of the asp to be able to click a button to "Replay" the animation if they wish. I have no clue how to call this procedure using a button. Any ideas on what code I could use...
This morning, the following script worked perfectly well. I am using within an internet form that is written in VB. Now, when the Submit button is clicked IE 6.0 freezes up. Is it my code, or is it something in the equipment? The "IT" Dept says that they have been making some...
I have incorporated this code (found on Tek-Tips but I can't remember who originated it) into my form and it works well if an invalid address has been entered:
str=form1.Email.value;
filter=/^(\w+(?:\.\w+)*)@((?:\w+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
if (filter.test(str)!=true)
{...
Greetings!
I want to allow users to back out of submitting their form. I have included the following script
f.submit();
return confirm('Submit form?');
This works BUT if the CANCEL button is clicked, the form is submitted anyway. What am I missing?
Thanks!
Christine
I have 4 checkboxes on a form. If the user checks a box, then there MUST be a number entered its associated textbox. Can anyone help me with the proper syntax for validation?
Here is the code for one of the check/text box combinations:
<TD><INPUT TYPE="checkbox"...
I am new at JavaScript. I have created an asp that our customers will use to obtain an estimate for a service we perform. Data they enter into the form will be submitted to us through email - that part works fine.
The form contains several fields where the user will indicate the number of...
I am a VBScript beginner with very limited knowledge.
I have developed several html forms. When printed, the right side of the page is cut off. If I use File/Page Setup and reduce the Left and Right margins to .25, all is well when printed. However, we would like our customers to NOT have to...
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.