Hola everyone, first time posting but I have been trolling here for a few months.
Here is my problem, I am a newb at programming and am at the end of my Dreamweaver class, with this in mind my sadistic teacher decided to throw Javascript at us when its not even covered in our 247 page text book, When asked about this the response was that there is enough out there on the web that we shouldn't have an issue.
Well I have an issue, I am trying to simply run a form validation and I keep getting told by IE that:
Line 19
Char 1
Error: 'undefined' is null or not an object
code: ()
I have ZERO idea what this means and i thought I had it down pat.
The line itself is this:
Code:
var lat=str.indexOf(at)
See next post for the entire code file, its 175 lines and I didn't want to dump it all into one huge post.