Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Fris
  • Content: Threads
  • Order by date
  1. Fris

    Checkbox Value

    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...
  2. Fris

    button to replay a .swf file

    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 &quot;Replay&quot; 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...
  3. Fris

    Problem with &quot;Mailto:&quot;

    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 &quot;IT&quot; Dept says that they have been making some...
  4. Fris

    Email address validation

    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) {...
  5. Fris

    Cancel Submit, Return to Form

    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
  6. Fris

    Validate checkbox if...then

    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=&quot;checkbox&quot...
  7. Fris

    I am new at JavaScript. I have crea

    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...
  8. Fris

    Printing problem

    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...

Part and Inventory Search

Back
Top