At the end there will be a validate button that tells them if they have all the letters right or not.
I found a reference to this solution in the forum:
Basically, the way the validation has been done is different to many other validation methods I've used before and don't understand how to implement it, for some additional requirements.

I am new to javascript and have been working on this for hours upon hours trying to figure it out so any help would be greatly appreciated. We are trying to validate a piece of code on our HTML pages and get the following message - "The text content of element script was not in the required format: Expected space, tab, newline, or slash but found I managed to create the form that asks you to type in the information but I'm having some difficulty trying to figure out the alert to say "Thank you " after you have everything filled in and then hitting the button.
my code is Code: Here's what I have so far in my validation part.
However if I rearrange my code it still does not work.
If anyone has some idea on what I am doing I would greatly appreciate it.
However, I need help as to how to validate the following fields when the user clicks the submit button.
-Radio Button *title (4 options) *member (3 options) *vegetarian (2 options) -Drop down lists *regstartdate (3 options) *regenddate (3 options) *confdinner (2 options) *paymethod (3 options) -UK Post Code (text box with maxlength=8) My current code shows 1 popup with all the error messages.It looks to me like this will work but I can't figure out how to modify it to check for specific values.I've posted an example of my table below in case it's useful to a helpful person out there. Thanks in advance for your help, ransomcat Code: hello everyone Im new to javascript as well as to this forum, Im coming here for first class help that I can only get from skilled programmers like you. The details are submitted and the form is processed. Code: I am trying to set up a looping structure that tests to see if the user enters a value.I have a html form that uses javascript for validation, this is an assignment that consists of a form that sells hard drives from three different manufacturers, more specifically the part im stuck on is where if a manufacturer hoes have a number in the number of drives textbox, javascript needs to check to see that one of the radio buttons in that row is checked, if no radio button is checked an alert is displayed, however when I do select a radio button I still get the alert I used a "if..if...else" construction but my logic is not well structured and thereby I get those problems, I have included the code down below if anyone is interested in helping a newbie out, thanks Code: Hey everyone here is my code for looking up a city, and state by zip code. If the textbox is null then a global variable is false otherwise a checkbox is checked and the global variable is true.I am getting no errors and i believe it should work, but the code does not seem to want to function. Here is my code: Hi guys, Been stuck for a few days with this scenario. below is what i have done so far, please assist me.But, for example on the 'entry code' field, I would like to put a maximum character input there and restrict certain characters, as well as a standard 'email' validation, so that the form is sent through to the database correctly.