I was afraid I might not have explained myself properly.
The uni has bought in a CMS system which publishes flat html pages - which is why I pointed out that I believe I only have j.script open to me. I am aware that you physicaly can't include php code and expect to get it parsed.
What I was thinking was that on my old server I have this php script but what is output to a browser is pure html.
Thus I was wondering if it is possible in jscript to call a web page (i.e. the php page), take the (html) source of that page (i.e. after parsed by server) and print/echo/write the source i.e. an html table into the 'opener' flat/static page using jscript.
(As you might do for eg in frames, though not of course). I could do a pop-up but don't really want to do that unless that is all that is left to me.
Does this make it any clearer what I want to do?
Sorry if not.
Thanks for reply though.