(BTW, best to use .html since that's what spiders look for first before .htm).
Ok what you want is a Java window. Instead of pasting the whole codes below, you can just go here and see if this is what you mean. Here are a couple of examples. When you find one you like, just copy the HTML code from the source code of the main page, and you'll see the major code that makes it work, and in the popup just right click and 'view source' (the popups are just a basic HTML page though). To make it easy to find for you, I've put what to search for in the Notepad source code file. http://orpheuscomputing.com/main.html There, at the left margin, click "custom built computers". In the source code in notepad do a search for <!--Begin custom pc--> and you'll see the code. http://orpheuscomputing.com/motherboards.html on that page scroll to "QDI PLATINIX 4X" and click "for more info on those BIOS features, click here". In the source code of the main page just search for that name to see it's code. You'll see the numerical values and window properties you can change to suit your own needs. Basically you have to create a separate HTML page as you can see. Just set the parameters for the popup page the same dimensions (or a couple of pixels more) than the image dimensions. Also don't give it a background color if you just want the tiny amount of background one might see as that sort of 'non white' color. -Clint God Bless Us All Clint Hamilton, Owner http://OrpheusComputing.com � http://Computer-Hardware-Sales-Consumer-Electronics-Sales.com ----- Original Message ----- From: "Matt" <[EMAIL PROTECTED]> All, Here is what I am trying to do. I am selling some things on EBay, and I want to store the images locally. Below is a snip of the actual code I am going to use. Just cut and paste it into notepad and save it with an .htm extention. Then, when you open it, you will see the thumbnail of a painting I am selling. Click on the thumbnail, and that will open a new window with a larger image in it. I want the SECOND window (the one with the full size image) to open the same size as the image. Not larger. Also, I would like it to open WITHOUT the Too Bar, Status Bar, and Address Bar. Does that make sense? If you need to know, the larger image measures 450x820 pixels. The code is as follows: ------------ <HTML> <BODY> <FONT COLOR=#004080 SIZE=4>This is a test</FONT><P><P><BR> I want this thumbnail to open a NEW WINDOW, without the Tool Bar, Status Bar, and Address Bar!<BR>All I want it the Picture in its own window and have the window the same size as the pic. NOT larger, ie, no white space surrounding the picture. <a href=http://users.adelphia.net/~radtech1/images/HCBL.jpg target=_new> <img src=http://users.adelphia.net/~radtech1/images/HCBS.jpg></a> </BODY> </HTML> ----------- Thanks all, Matt ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
