Forum Moderators: open
Inside my javascript file I have the following line of code:
document.write(' <a href="index.html"><img src="images/logo.gif" alt="Company Logo" border=0 /></a>\n');
My question is about the relativity of the img tag that points to "images/logo.gif". From the root where index.html resides, is this going to load the image from "includes/images/logo.gif" or "images/logo.gif"?