
02-08-2006, 04:46 PM
|
 |
SEO
|
|
Join Date: May 2005
Location: England, UK
Posts: 621

|
|
|
Hi!
I assume you've figured this out by now as your post was almost 3 weeks ago? Sorry, I've only just read it.
First of all, you'r not using id's to name your elements, you really should. Secondly, you've used the 'name' 'id', which probably isn't a great idea.
On a side note, Google says in their webmaster tips that they will ignore "?id=", and everything after it if you use it in a url.
Anyway, I think you could simplfy things greatly if you use id's, and then start referencing things in the prescribed W3C format.
i.e.
document.getElementById("....").value
If you haven't sorted the problem already and would like some help, let me know.
|