__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
Would i be better off using the GetElementById if i name something by id?
ie:
document.GetElementById("somename").src="blaa";
Rather than what ive done with
document.somename.src?
Am I using an outdated method?
Ive been using JS for years on and off so i feel that i may sometimes still be doing things wrong "just to get it working"
either method is fine. getElementById() is now officially part of the W3c DOM spec so is "acceptable" to use, and you won't have the "DOM Police" harrassing you.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?