caclark
10-29-2004, 06:30 PM
I have a page which uses a frame split into two simple pieces.
<FRAMESET Rows="30%,*" FRAME BORDER="2">
<FRAME SRC="-ADD Source Name HERE-" NAME="list" SCROLLING="Auto">
<FRAME SRC="-ADD Source Name HERE-" NAME="display" SCROLLING="Auto">
</FRAMESET>
The top 30% consists of a listing of many diffrent entrys (i.e. name, type, size ...) and one of the values is a link to an image which is displayed in the remaining part of the frameset "display".
My problem is that when this page was originally setup all of the images were the same size, so all I had to do was just link to the image, and display it at the bottom of the page.
<a target="display" href="-LINK to IMAGE-"> -Image Name- </a>
Well as the page developed the images became inconsistant in their sizes. As a result the images are still viewable but only by scrolling in the bottom frame. This page is supposed to be a type of "quick look-up", well now that you have to scroll the images, that is no longer the case.
Is there a way to incorporate some javascripting in the "href" tag above to force the image into a defined size to be displayed, similar to the way you can define an "img" tag to a paticular width & height?
<FRAMESET Rows="30%,*" FRAME BORDER="2">
<FRAME SRC="-ADD Source Name HERE-" NAME="list" SCROLLING="Auto">
<FRAME SRC="-ADD Source Name HERE-" NAME="display" SCROLLING="Auto">
</FRAMESET>
The top 30% consists of a listing of many diffrent entrys (i.e. name, type, size ...) and one of the values is a link to an image which is displayed in the remaining part of the frameset "display".
My problem is that when this page was originally setup all of the images were the same size, so all I had to do was just link to the image, and display it at the bottom of the page.
<a target="display" href="-LINK to IMAGE-"> -Image Name- </a>
Well as the page developed the images became inconsistant in their sizes. As a result the images are still viewable but only by scrolling in the bottom frame. This page is supposed to be a type of "quick look-up", well now that you have to scroll the images, that is no longer the case.
Is there a way to incorporate some javascripting in the "href" tag above to force the image into a defined size to be displayed, similar to the way you can define an "img" tag to a paticular width & height?