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
=====================================================