I am writing code to display image in a script <img src="image/imagename.jpg" /> This is not displaying in ie whenever I am right clicking on the image to see the image path it is showing the url like this http:///images/imagename.jpg In firefox it is showing correct If I am giving the fullpath like this ways <img src="http://www.sitename.com/image/imagename.jpg" /> Then it is displaying correct. May I know the what is the exact problem I am facing. Is that any server configaration error or my script error?? Please suggest asap. 2 days before it was runnning fine but now giving such type of error. Thanks, Subikar
the only way it'd come out like http:///images/imagename.jpg is if your path was /images/imagename.jpg In that case change it to images/imagename.jpg and make sure the directory and image are named acordingly.
No file path is like this way images/imagename.jpg there but still showing error. PLease suggest. Thanks, Subikar