displaying images in asp page
- by heni
i am trying to display an image by using the tag using the following code:
<img id="img" src="C:\images.jpg" />
but there is no image displayed.i am sure that the image exist and i have already tried putting // instead of one / , but it is still not working.
any help?