# ASP: cant convince my .asp to look in /thumbs

**URL:** https://forum.kirupa.com/t/asp-cant-convince-my-asp-to-look-in-thumbs/86082
**Category:** programming
**Created:** [April 10, 2005, 12:16am UTC](https://forum.kirupa.com/t/asp-cant-convince-my-asp-to-look-in-thumbs/86082 "2005-04-10T00:16:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![FlashFish](https://avatars.discourse-cdn.com/v4/letter/f/b9e5f3/32.png) [@FlashFish](https://forum.kirupa.com/u/FlashFish)
#### Post date: [April 10, 2005, 12:16am UTC](https://forum.kirupa.com/t/asp-cant-convince-my-asp-to-look-in-thumbs/86082/1 "2005-04-10T00:16:19Z")

</div>

Righty ho, here we go again. This here code works and will display the appropriate image as long as it’s in the same folder as this asp file.

Response.Write("\<p\>\<img src=" + BookQuery(“BookImage”) + "\>\</p\>  
");

But of course, my images are in a folder called thumbs.

Response.Write("\<p\>\<img src="/thumbs/ + BookQuery(“BookImage”) + "\>\</p\>  
");

And this doesn’t seem to work. Apparantly, ‘thumbs’ is undefined. What can I do geniuses? Cheers.
