display image over the server...
Hi,
I'm having a big problem in displaying images from the server or over LAN & WAN. I am writing a client application, it will retrieve images from a folder which stored in the server and display that images on my page.:(
I have found code from the web (in vbscript) but it couldnt be used. Which is:
imageA = replace(the path where the images is stored, server name, ip address)
response.write imageA
Can someone here able in provide me the solution in displaying images over LAN & WAN (server)??
Advanced thanks for those who able to help.
|