Konu Başlığı: xhtml validation
View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 29.04.2007   #1 (permalink)
bgul
 
Üyelik Tarihi: 06.07.2006
Yer: İstanbul
Yaş: 23
Mesaj: 218
xhtml validation

Transitional kullandigimda JavaScript icindeki for loop'taki ">" isareti hata olarak gosteriyor. Bunu atlamasinin herhangi bir yolu var mi?
Alıntı:
Warning Line 9 column 16: character "<" is the first character of a delimiter but occurred as data.

for(var i=0;i<62*100;i++){

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.
bgul şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin