in reply to 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?
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
by benn (Vicar) on Apr 20, 2003 at 15:17 UTC | |
by Sten (Novice) on May 02, 2003 at 05:59 UTC |