Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open window without address bar and toolbar

Status
Not open for further replies.

JohannIcon

Programmer
Joined
Sep 3, 2002
Messages
440
Location
MT
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=&quot;collectionPopup.asp?mainID=<%=rsCollections(&quot;tier1ID&quot;)%>&subID=<%=rsCollections(&quot;tier2ID&quot;)%>&childID=<%=rsCollections(&quot;tier3ID&quot;)%>&quot; target=&quot;_blank&quot;><img src=&quot;Images/Portfolio/<%=rsCollections(&quot;portfolioImage&quot;)%>&quot; width=&quot;100&quot; height=&quot;100&quot; border=&quot;0&quot;></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
 
Ok I found out how to do it!

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top