Clint,
I went to your website, and the "custom pc" was pretty much what I
wanted. I managed to get pretty close. Perhaps you would help in some
fine tuning. Below is the code I am using. You see that now I have TWO
thumnails. (one of which you might get a kick out of!)
The goals would be:
1) Keep the full sized image (pop up window) ON TOP untill closed.
2) Prevent the second full sized image from "taking over" the window
generated by the first full sized image. That is to say, have the second
full sized image pop up *in its own* window.
In other words, I want a page with multiple thumbnails that generate
multiple Pop Up Windows for thier respective full sized images.
Keep in mind that I am a novice. The most usable type of response would
be "Matt, insert my phrase XXX at a location between the words YYY and
ZZZ in your code."
Thank about a bazillion times,
Matt
Code to follow:
<HTML>
<HEAD>
<TITLE>Still Testing</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('http://users.adelphia.net/~radtech1/images/HCBL.jpg',
'poppage', 'toolbars=1, scrollbars=1, location=0, statusbars=1,
menubars=1, resizable=1, width=825, height=455, left = 163.5, top =
204.5');
}
// End -->
<!-- Begin
function popUp1() {
props=window.open('http://users.adelphia.net/~radtech1/images/engineersviewB.jpg',
'poppage', 'toolbars=1, scrollbars=1, location=0, statusbars=1,
menubars=1, resizable=1, width=770, height=475, left = 163.5, top =
204.5');
}
// End -->
</script>
</HEAD>
<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.
<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
=====================================================