views:

63

answers:

2

Hello,

I have a few annoying problems. The thing is, that when I am looking with Firefox every thing work perfect, after I try it with Chrome, sometimes happens that the code appears one web page (it is not all the time).

So, it appears in input text it display " />" or some piece of code of java script, which is written inside input tag.

The web page is: www.kalahoo.eu (do not try it in English )

In this picture you can see the problem:

http://rhc.si/slike/problem.png

Thank you very much for you help!!!

A: 

Can you post a link to the exact page with this error?

Either way, I would imagine that if you use the Chrome developer tools, you should get pointed in the right direction. Might want to give that a try.

Sage
@Sage - For responses like this, please add it as a comment rather than an answer so it doesn't clutter up the answers. Thank you!
JasCav
@JasCav: it takes more rep to be able to comment..
chelmertz
I can comment on this though, just not on the original question. How much rep to comment?
Sage
@Sage - I believe 10. @chelmertz - That does bring up a good point...should people with rep less than 10 just not ask follow-up questions until they have the rep? (Either way, it's very easy to get to.)
JasCav
50 rep required.
Aren
A: 

i have 14 and i cannot comment, but onto my answer.

You seem to be improperly escaping code thats making the html end before the rest of the attributes are read. Check the spot in the code where its doing that, its probably a bad ' or " or even a >

Ascherer