<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Everyone,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm new to the list so please let me know if I 
don't follow the list etiquette.</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm also new to Javascript and have the following 
problem.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>I have a popup window I want to use to let the user select the next page 
for the&nbsp;parent window.<BR>On the 'on click' of a table cell in the popup , 
I want the popup to close<BR>and the&nbsp;parent window to go to the new 
address.<BR><BR>I can't get the following code to work.<BR>Can anyone see why , 
Please?<BR><BR>function goPage(src)&nbsp;&nbsp;&nbsp;&nbsp; ( in the popup code 
script tag)<BR>{&nbsp;&nbsp;<BR>&nbsp;&nbsp; opener.focus();</DIV>
<DIV>&nbsp;&nbsp; opener.location.href = src;<BR>&nbsp;&nbsp; 
top.window.close();<BR>}<BR><BR>onclick="javascript:return 
goPage('new_wd.htm')"&nbsp; is the code in popup that calls the function.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm getting an error " opener is not an 
object"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Bill</FONT></DIV></BODY></HTML>