• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Displaying image filenames

zkillz_1

Weaksauce
Joined
Nov 6, 2005
Messages
121
I'm trying to use the table output of a webpage to build a table in SQL. The problem is that several of the columns are images who's alt text do not necessarily convey the content of the image. However, I have found that the filenames do.

Is there a web browser with settings that would enable the display of filenames exclusively?

I've tried Lynx but it will only display filenames if there is no ALT text.

Currently posting from Windows, but do have a computer running Fedora if someone knows a good way to get this information from linux.

Also, I've contacted the host of the website, but have yet to receive a response (2 days+).

Thanks in advance!
 
It sounds like you are trying to pull data from someone else's website so you don't have direct access to the way to original table was outputted. How exactly are you pulling the data across? Copy/Paste? If so you might be able to write a small bit of javascript that replaces the image description with the image file-name.
 
Back
Top