i have written a html page to display the image but it displays only one particular image all the time because of this code:
ID = Request("ID")
If Len(ID) < 1 Then
ID=7
End If
it keeps showing the 7th image in my database..
onthe show.asp i changed this line
Response.Write "<a href=""images.asp?ID=" & rs("ID") & """>"
so it shows my new html page where i use img src to display the file.asp page
pls help, dont seem to know why, have tried everything i can... thanks!!!