Is this possible?

J

John

Hi all,
Can anyone tell me whether its possible to....

Have a live site retrieve an image or image link from an MS access
database...
Using code such as asp to automatically insert a smaller version of
the image on a page
The smaller version should be generated in real time.

I know I could generate thumbnails directly in Frontpage or by using
additional software, but I was hoping to do it by using live coding
techniques.

Any help would be appreciated.

TIA.
 
W

weismana81

Hate to add to the question, but I have a something issue. The only way I
know how to use an access db to call an image is by actually entering an
image tag into the database (via online form, or in access). Then if you
double click on the results field in frontpage (if using interface wiz) and
check "field contains html", then the field will display the image. I'd like
to allow users to add their own images (logo) so I want them to be able to
enter something like.... http://www.theirhost.com/images/logo.gif

Does anyone know how to accomplish this? Or can I using the db wiz?
 
S

Stefan B Rusynko

Only if the server is running a ASP image tool like
http://www.aspjpeg.com/index.html




| Hi all,
| Can anyone tell me whether its possible to....
|
| Have a live site retrieve an image or image link from an MS access
| database...
| Using code such as asp to automatically insert a smaller version of
| the image on a page
| The smaller version should be generated in real time.
|
| I know I could generate thumbnails directly in Frontpage or by using
| additional software, but I was hoping to do it by using live coding
| techniques.
|
| Any help would be appreciated.
|
| TIA.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top