To: GLOWBALL
Cc:
Bcc:
Subject:CAN YOU Please HELP ME (Thank you for your earliar suggestion)
--------
This is part of my site : I put in the script to have a pop up
window ,I want to know what the error means :Menu undefined
html
head
title The
Center /title
meta http-equiv="Content-Type" content="text/html;"
meta name="keywords" content="gart"
meta
name="description" content="some keyword."
script
language="Javascript"
newwin=window.open('pop.htm','PopupTest','width=100,height=100')
/script
script
language="JavaScript"
function MM_findObj(n, d) {
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"

) 0 parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);}
if(!(x=d[n]) d.all) x=d.all[n]; for (i=0;!x i d.forms.length;i++)
x=d.forms
[n];
for(i=0;!x d.layers i d.layers.length;i++)
x=MM_findObj(n,d.layers.document); return x;
}
function
MM_swapImage() {
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i (a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() {
var i,x,a=document.MM_sr; for(i=0;a i a.length (x=a) x.oSrc;i++)
x.src=x.oSrc;
.....
This is my pop up window Where could be the
problem
head
title popup /title
meta
name="description" content=""
meta name="keywords" content=""
/head
body text=maroon
table border=2 bgcolor=gold height=400 width=600 cellspacing=2
cellborder=2
tr td align=center img src="C:\my documents\my pictures\earth4.gif"
/td /tr
tr td align=center COME JOIN US
FOR:
bR NEW LECTURE SERIES STARTING THIS
WEEK /br
/td /tr /table
/body
/html