On Tue, Aug 25, 2009 at 11:49 AM, ArySal<aresh...@gmail.com> wrote:
> What do you mean "By the way, it is not reccomanded to have more then
> one element with same id ", could you recommend a tutorial or pointers
> where I can get this function working please

HTML elements can have "id" attributes and "class" attributes to identify them.
"id" attributes should be unique within the document, while many
elements can share class attributes.

Searching for "id vs class" should get you some useful links on the topic:

http://www.google.com/search?q=id+vs+class

I don't know if this issue is related to your problem, but it is a
good idea to fix this regardless.
-- 
Brett Ritter / SwiftOne
swift...@swiftone.org

Reply via email to