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
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
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...
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
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...
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
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...
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
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...
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...
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
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
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...
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
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...
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="sounds/NA2earth.mid"...
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="sounds/NA2earth.mid"...
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.