From: Jamie C. <jca...@we...> - 2002-12-18 21:23:05
|
Check the webmin error log at /var/webmin/miniserv.error . That will show the true cause of the error, which IE does not display .. - Jamie jec...@ca... wrote .. > > I've created a new index.cgi, helped by the caldera/index.cgi. Here is > the > complete listing of the index.cgi : > > do '../web-lib.pl'; > > > print <<TESTING; > <!doctype html public "-//W3C//DTD HTML 3.2 Final//EN"> > <html> > <meta http-equiv=3D"Content-Type" content=3D"text/html; Charset=3Diso-8859-1"> > > <frameset rows=3D"65,*" border=3D0> > <frame scrolling=3Dno noresize src=3D"http://www.ThisWillDriveMeNuts.com" > name=3Dtop> > <frame scrolling=3Dauto noresize src=3D"http://www.WhyIsThisHappenningToMe.ca" > name=3Dbody> > </frameset> > </html> > > > TESTING > exit; > > The Internet Explorer page just say me : There was a problem trying to > display the page you're searching (translated from French). > > And if I create an html file, and open it with IE, everything is fine. > Where can I log into the logs to see what's the error? How can I see what > Webmin has create for my web page? Any other clue? > > > Jean-Francois Croteau > IBM Canada lt=E9e. > > > > > > > > > "Jamie Cameron" > <jca...@we...> Pour : > web...@li... > Transmis par : cc : > web...@li...ur Objet : > Re: Framed module > ceforge.net > > > 12-17-2002 17:45 > Veuillez r=E9pondre =E0 > webadmin-devel > > > > > > > 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=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 > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Order your Holiday Geek Presents Now! > Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap, > MP3 Players, XBox Games, Flying Saucers, WebCams, Smart Putty. > T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ > - > 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 |