in reply to Re: Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
in thread CGI script to open a new browser window?

Ermmmm - I began to lose it a little after a while...do you just mean horizontal frames? something like...
<frameset cols='x%,y%'> <frameset rows="a%,b%,c%"> <frame name='menu_button_1'> <frame name='menu_button_2'> <frame name='menu_button_3'> </frameset> <frame name='results'> </frameset>
You could try posting an example URL to make it a little clearer.
Cheers,
Ben
  • Comment on Re: Re: Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
  • Download Code

Replies are listed 'Best First'.
Re: Re: Re: Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
by Sten (Novice) on May 02, 2003 at 05:59 UTC
    Yes, I wanted a combination of coloums and rows.
    (I wonder why I didn't write that initially...Sorry for that.)

    This does the job. Thanks a lot!!

    Regards
    Sten