I don't know why you were having problems, all you needed to do was substitute your parameters for mine in the code I sent you. You're using too much code. I had no problems with this. Since I don't have the main image I had to use the thumb on both. Paste this into your page for each thumb, then change the size of the popup parameters to accommodate the large image and put the URL of the large image where is should be below. I put 'no' for scrollbars and resize. Now as far as making one popup ALWAYS stay on top, I'm not sure you can do that. Why not just create an HTML page for the popup and put both images in it?
<a href="http://users.adelphia.net/~radtech1/images/HCBS.jpg"onC lick = "window.open('http://users.adelphia.net/~radtech1/images/HCBS .jpg',null,'resizable=no,scrollbars=no,max=no,width=220,heigh t=120, top=50, left=100 status=no'); return false"><img src="http://users.adelphia.net/~radtech1/images/HCBS.jpg" alt="Custom built computers to order" border="5" height="112" hspace="5" width="202"></a> <font face="arial,verdana,helvetica,tahoma" size="2" color="#000000"><b> <br> Click thumb to enlarge -Clint God Bless Us All Clint Hamilton, Owner http://OrpheusComputing.com � ----- Original Message ----- From: "Matt" <[EMAIL PROTECTED]> Clint, Thanks for all of your help, and thanks to all other, too. The code is below, cut and paste directly from my HTML editor. Would the integrity of the code be affected by the "word wrapping" that occurs during the Email process? Hmm... The code in the head came from an automatic code generator I found on the web. I was instructed to put it in the head, but you are right, it seems to work fine in the body. You are correct, I ONLY want this to display items on EBay so spiders wont be a problem. The reason why I want the pop-up to stay on top, is so the viewer does not have to bring the pop-up back up from the Windows Taskbar after a different thumbnail is pressed. For example, in the current iteration, when the Bear thumbnail is pressed, the pop-up appears with the Bears image. Then, when the Knobs thumbnail is pressed the thumbnail page now becomes the active window. That causes pop-up to move BEHIND the thumbnail window. While the pop-up is hidden behind the active window, the Knobs image "moves into" the pop-up window previously occupied by the Bears image. In order for the view to see the Knobs image, he has to pull the pop-up window to the front using the Windows Taskbar. A must for me would be for the pop-up window to stay on top. A strong preference would be for the second (Knobs) image to be displayed *in it's own* pop-up window, rather than moving into the window that is already available. Again, thanks for help, direction, etc. Matt <HTML> <HEAD> <TITLE>Still Testing</TITLE> </HEAD> <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp() { props=window.open('http://users.adelphia.net/~radtech1/images /HCBL.jpg', 'poppage', 'toolbars=1, scrollbars=0, location=0, statusbars=1, menubars=1, resizable=0, width=850, height=475, left = 163, top = 204'); } // End --> <!-- Begin function popUp1() { props=window.open('http://users.adelphia.net/~radtech1/images /engineersviewB.jpg', 'poppage', 'toolbars=1, scrollbars=0, location=0, statusbars=1, menubars=1, resizable=0, width=772, height=480, left = 163, top = 204'); } // End --> </script> <FONT COLOR=#004080 SIZE=4>This is a test</FONT> <P> <P> 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. <P> <A HREF="javascript:popUp()"><img src=http://users.adelphia.net/~radtech1/images/HCBS.jpg></A> <P> <A HREF="javascript:popUp1()"><img src=http://users.adelphia.net/~radtech1/images/engineersviewS .jpg></A> </BODY> </HTML> ============= 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 =====================================================
