From: <jec...@ca...> - 2002-12-18 17:48:57
|
Another thing I forgot : if I redirect the output of my cgi script into= a temp.html file, and then I look at that file with IE, everything is fin= e too.... Jean-Francois IBM Canada lt=E9e. = = =20 "Jamie Cameron" = = =20 <jca...@we...> Pour : = web...@li... = =20 Transmis par : cc : = = =20 web...@li...ur Objet : = Re: Framed module = =20 ceforge.net = = =20 = = =20 = = =20 12-17-2002 17:45 = = =20 Veuillez r=E9pondre =E0 = = =20 webadmin-devel = = =20 = = =20 = = =20 jec...@ca... wrote .. > Hi everyone. > I'm trying to build my interface for a new module. My only prob= lem > 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=3D\"75%, *\" COLS=3D\"*, 40%\">\n"; > print "<FRAME SRC=3D\"page_that_exist.html\">\n"; > print "<FRAME SRC=3D\"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 ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ - Forwarded by the Webmin development list at web...@we... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-devel = |