hi,
i've got a page that indexes a few thousand map images. when the filename for the appropriate image is clicked on, it wants to open the image in the browser window. i would like it to open the image in the default image editing program for that computer.
so, im assuming my code is like this:
***
<a href=".\Images\400foot\031-060\Z-060.tif" target="picturewindow">Z-060.tif</a><br>
***
but "picturewindow" should be replaced with some other magic word that i don't know.
can anyone tell me what this magic word is?
thanks in advance,
ryan supak
i've got a page that indexes a few thousand map images. when the filename for the appropriate image is clicked on, it wants to open the image in the browser window. i would like it to open the image in the default image editing program for that computer.
so, im assuming my code is like this:
***
<a href=".\Images\400foot\031-060\Z-060.tif" target="picturewindow">Z-060.tif</a><br>
***
but "picturewindow" should be replaced with some other magic word that i don't know.
can anyone tell me what this magic word is?
thanks in advance,
ryan supak