JamesGMills
Programmer
Hi,
I am having a few problems and i dont know how to fix it to be honest. I am trying to move from HTML to XHTML and i am using the tool to help me.
The site is at and when i validate the code its all problems with javascript.
ERROR E.G.
for (var e = 0; e < form.elements.length; e++) {
This is from:
...
function PostForm(form,Address,ArticleID) {
for (var e = 0; e < form.elements.length; e++) {
var el = form.elements[e];
...
If you run the site through the validation tool you will see there are also some more problems that i am having but i dont know what to do about them? Is there something i am doing wrong?
Thanks
------------------------
I am having a few problems and i dont know how to fix it to be honest. I am trying to move from HTML to XHTML and i am using the tool to help me.
The site is at and when i validate the code its all problems with javascript.
ERROR E.G.
for (var e = 0; e < form.elements.length; e++) {
This is from:
...
function PostForm(form,Address,ArticleID) {
for (var e = 0; e < form.elements.length; e++) {
var el = form.elements[e];
...
If you run the site through the validation tool you will see there are also some more problems that i am having but i dont know what to do about them? Is there something i am doing wrong?
Thanks
------------------------