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 strongm 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: *

  1. SlowFlight

    For Validation script isn't working right

    Thanks a bunch BillyRay. That seems to have solved the problem. Skip SV "Slow Flight" 1977 Catalina 22 Swing Keel
  2. SlowFlight

    For Validation script isn't working right

    kaht & clflava, Ok... I made that change (copy and paste). It still gives the error that the sailDrive field has not been entered. It does not work in IE. Skip SV "Slow Flight" 1977 Catalina 22 Swing Keel
  3. SlowFlight

    For Validation script isn't working right

    I copied and pasted it as is with the exception of putting the action label back into the form tag. MS IE still gives me the error message that the sailDrive element has not been completed. SV "Slow Flight" 1977 Catalina 22 Swing Keel
  4. SlowFlight

    For Validation script isn't working right

    Here is the complete function: function checkMandatory() { var error_string = ""; var the_email = window.document.eventEntryForm.eMail.value; var the_at = the_email.indexOf("@"); var the_dot = the_email.lastIndexOf("."); var a_space = the_email.indexOf(" "); if...
  5. SlowFlight

    For Validation script isn't working right

    Well, now that I made that edit (I think I did it right) the form will submit no matter what is or isn't entered anywhere in the form. HELP! SV "Slow Flight" 1977 Catalina 22 Swing Keel
  6. SlowFlight

    For Validation script isn't working right

    Hi, I have an event sign up form at: http://www.slowflight.net/cascadia/temp-05-05-20-signup-form.html The scripting in the header checks to make certain that required fields are completed. And if the field "sailDrive" has "Sailing" selected rather than "Driving" then two other options become...
  7. SlowFlight

    Form not checking for required info

    cLFlaVA, Removing the "else" did not help. Could there be a problem with my use of braces? I noticed you did not duplicate my braces in your copy of my code. SV "Slow Flight" 1977 Catalina 22 Swing Keel
  8. SlowFlight

    Form not checking for required info

    I have a form set up at: http://www.slowflight.net/cascadia/signup-form.html It has some script to check for required information. But for some reason the function does not return the expected error message when required information is not entered. Could someone please look it over and see if...
  9. SlowFlight

    Forcing title to match selected thumnail

    My HUMBLE apologies! Please accept my thanks. Your second code included spaces before the img tag. Once those were removed everything worked fine. Now I have to modify the code for all the gallery pages. Again, thanks! Skip SV "Slow Flight" 1977 Catalina 22 Swing Keel
  10. SlowFlight

    Forcing title to match selected thumnail

    cLFlaVA, It may be "proven". But it does not work. I copied your text EXACTLY (cut & paste) as a new html file. The images show up as desired. And each image initially displays the correct title with a mouse over. But once I change the right side image by clicking on another image, the title...
  11. SlowFlight

    Forcing title to match selected thumnail

    When I used your suggested code verbatim, it did not work. Did you leave something out? SV "Slow Flight" 1977 Catalina 22 Swing Keel
  12. SlowFlight

    Forcing title to match selected thumnail

    I have a photo gallery set up at: http://www.slowflight.net/cascadia/images/faces/01.html When the mouse pointer rests over an image it displays the contents of the "title" tag. The large picture changes when each thunbnail is selected. However, the title for the large picture does not change...
  13. SlowFlight

    Rollover event changes mouse pointer

    Very good. Now I have a pointer cursor set up for my link rollover events and a default arrow for my non-link img rollover events. Thank you Vragabond Skip SV "Slow Flight" 1977 Catalina 22 Swing Keel
  14. SlowFlight

    Rollover event changes mouse pointer

    Never mind! I think I found it. I shouldn't have used the <a> tag. I'm not linking to anything, so I should be able to put it in a <p> tag unless you have a better idea. Skip SV "Slow Flight" 1977 Catalina 22 Swing Keel
  15. SlowFlight

    Rollover event changes mouse pointer

    I have a rollover event on a thumbnail jpg. When rolled over, the feature picture changes to a larger view of the thumbnail. But the mouse pointer also changes while it is over the thumbnail and I don't want that to happen. How can I change my code to keep from changing the mouse pointer? Is...
  16. SlowFlight

    Form Sender ID

    Thank you VERY much. It worked great! I knew enough to know that something could be done. I just couldn't figure out just what. Excellent post WartookMan SV "Slow Flight" 1977 Catalina 22 Swing Keel
  17. SlowFlight

    Form Sender ID

    I have a form online at: http://slowflight.net/nssa/04-03-14-entry-form.html When someone fills out and submits the form, it sends an email to a third party. I want the email to identify the submitter as the Sender of the email without having to open and read each email to identify the...
  18. SlowFlight

    Radio button checked attribute doesn't work

    Try this: checked=&quot;checked&quot; Sailor Skip
  19. SlowFlight

    Validating bgsound

    I have a web site which contains background music. The music plays all right in all my browsers. But when I try to validate the pages, the only thing that comes up as not valid is the code for the background music. This is my code: <bgsound src=&quot;sounds/NA2earth.mid&quot...
  20. SlowFlight

    Adding Background Music to Website

    I have a web site which contains background music. The music plays all right in all my browsers. But when I try to validate the pages, the only thing that comes up as not valid is the code for the background music. This is my code: <bgsound src=&quot;sounds/NA2earth.mid&quot...

Part and Inventory Search

Back
Top