J
janice
Doesn't anybody know the answer to this, or am I in the wrong group? I am on
pins and needles to fix this, it is driving me crazy... I figures one of you
must know the answer and be able to help me out puleeesssseee.
Hi this is the script I am using for my pop-up box, it is for pictures that
are small and pop to a box to show an enlarged version... now what I want to
do is reuse the same box over and over instead of having like 30 boxes open
that people have to close. I think it might be annoying to close all those
boxes so what do I have to add to make all my pictures reuse the same box?
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=330,left = 262,top = 222');");
}
// End -->
</script>
pins and needles to fix this, it is driving me crazy... I figures one of you
must know the answer and be able to help me out puleeesssseee.
Hi this is the script I am using for my pop-up box, it is for pictures that
are small and pop to a box to show an enlarged version... now what I want to
do is reuse the same box over and over instead of having like 30 boxes open
that people have to close. I think it might be annoying to close all those
boxes so what do I have to add to make all my pictures reuse the same box?
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=330,left = 262,top = 222');");
}
// End -->
</script>