Hi,

Brilliant, thanx a lot!!

...eh...but, now i got my Maintain.cgi explorerwindow holding 3 frames (coloums).
1-my filtran frame
2-my request frame
3-my response frame

Initially i wanted just 2 frames, and that the filetran submit button (also) should be in my request frame...
My filetran frame ( which is fare left, and goes from the top of the window to the bottom of the window, and is fairy narrow) is now holding a single submit-filtran button (and a hidden-field) I feel that like a waste of window-space. In addition I need more buttons like my filetran butten ( causing new windows to appear). (buttons like <DoSoftwareUpgrade>,<LocalUserHandling>...)

Is there a way to divide my fare left frame horisontally, so I can have more buttons fare left in seperat frames under each other?...or is there a ( totally )better approach to my design problem?
Here is my frameset print:

frameset({-cols=>'5%,35%,60%'},
frame({-name=>'filetran',
-src=>"$script/filetran"}),
frame({-name=>'request',
-src=>"$script/request"}),
frame({-name=>'feedback',
-src=>"$script/feedback"})

(Yes, my cgi script is based on the 'popup.cgi' example provided in many perl sites.)

Thanx again for all help!

Regards
Sten


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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.