>
> I have these two statements in a function:
>
> parent.parent.frameTop.test()
> openPage("speclist.jsp?GeoSpaceID="+item.data);
>
If you just pasted these directly into the email instead of retyping, then
here's a problem - you're missing a semicolon on the 1st line.
Hope that helps - Colin