displaying images in asp page
Posted
by heni
on Stack Overflow
See other posts from Stack Overflow
or by heni
Published on 2010-05-10T08:22:56Z
Indexed on
2010/05/10
8:24 UTC
Read the original article
Hit count: 215
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?
© Stack Overflow or respective owner