in reply to Re: PERL, JAVA and HTML
in thread PERL, JAVA and HTML

Why don't you simply have your link in the parent window open a new window which loads your CGI script? That should preserve the contents of the parent window.

Replies are listed 'Best First'.
Re: Re: Re: PERL, JAVA and HTML
by OEMike (Novice) on Aug 07, 2002 at 20:17 UTC
    The Href is actually a FPHOVER button that accepts a URL PARM, so you can only call a CGI or HTM script from it, not a Window.open java command.. Thank you - OEMike