Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ADO/ODBC : image display problem Signup · Login
Author Thread
image display problem
Posted in tutorial: Displaying Images from an Access Database using plain ASP
·  renee69
User
Joined: 16 Apr 2005
Total Posts: 1
image display problem
Posted: 16 Apr 2005
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!!!

Users Subscribed To This Thread
nathanr_kamal  

Users Who Have Visited This Thread In Last 24 Hours
3 Visitors

Login
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.