From: Jamie C. <jca...@we...> - 2002-12-17 22:45:42
|
jec...@ca... wrote .. > Hi everyone. > I'm trying to build my interface for a new module. My only problem > is > that Webmin doesn't seem to let me create frames and framesets. > > Anyone knows if it's possible using Webmin 0.92? > > Using Perl, this is my code: > > do '../web-lib.pl'; > > print "<HTML>\n"; > print "<HEAD>\n"; > print "<TITLE>A Basic Example of Frames</TITLE>\n"; > print "</HEAD>\n"; > > print "<FRAMESET ROWS=\"75%, *\" COLS=\"*, 40%\">\n"; > print "<FRAME SRC=\"page_that_exist.html\">\n"; > print "<FRAME SRC=\"page_that_exist.html\">\n"; > print "</FRAMESET>\n"; > > print "</HTML>\n"; That should work .. in fact, if you look at caldera/index.cgi under the webmin root directory (which is used by the Caldera theme), you can see that it uses frames as well. What does the browser display when you access your CGI program? - Jamie |