Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Sunday, December 2, 2007

Common javascript errors

< script src="js/test.js" >

If you include this line in the html file, and you have a file test.png inside directory images

Then do not write ../images/test.png
but write images/test.png

however this does not apply in CSS because CSS is included as < link rel="stylesheet" > not < script src="" >

I donot know if this is the good reason

No comments:

Your Ad Here