in reply to open a page in whole frame without using CGI.pm

I don't think in this case you want _parent. _parent loads into the "parent frame".

If you want the frames gone, you probably want "_top" instead. this will load in the top-level window, replacing any frames.

  • Comment on Re: open a page in whole frame without using CGI.pm