Friday, 15 February 2013

html - nodeValue vs value in JavaScript -



html - nodeValue vs value in JavaScript -

ok, have html web page nil fancy on right? problem when seek place image on screen without using css (with traditional < img > tag), error in firefox:

use of attributes' nodevalue attribute deprecated. utilize value instead.

the image display simple, tag , src.

here code:

<!doctype html public "-//w3c//dtd html 4.01 frameset//en" "http://www.w3.org/tr/html4/frameset.dtd"> <html> <head> <link rel="stylesheet" type="text/css" href="administration/stylesheet.css"> <meta http-equiv="content-type" content="text/html;charset=utf-8"> </head> <body> <img src="administration/graphics/textlogo.png"> </body> </html>

i hope knows do, cause can't seem find solution.

cheers!

in firefox (not in chrome) there indication of error location on right side of error message. click on , check error coming from.

javascript html

No comments:

Post a Comment