JohannIcon
Programmer
Dear All,
I am trying to open up a new dynamic image popup-window with the exact size and width of the image. This I am managing to do by the following code:-
<a href="collectionPopup.asp?mainID=<%=rsCollections("tier1ID"
%>&subID=<%=rsCollections("tier2ID"
%>&childID=<%=rsCollections("tier3ID"
%>" target="_blank"><img src="Images/Portfolio/<%=rsCollections("portfolioImage"
%>" width="100" height="100" border="0"></a>
However I want to get rid of the address bar and the scrollbar, so that I only have the image displayed in the popup window.
How can I do this please?
Thanks for your help and time
I am trying to open up a new dynamic image popup-window with the exact size and width of the image. This I am managing to do by the following code:-
<a href="collectionPopup.asp?mainID=<%=rsCollections("tier1ID"
However I want to get rid of the address bar and the scrollbar, so that I only have the image displayed in the popup window.
How can I do this please?
Thanks for your help and time