Menu

Problems after login first time

Blandiman
2007-05-31
2013-04-17
  • Blandiman

    Blandiman - 2007-05-31

    Hello from a new newbie....
    After insert database,host, user and passowrd i am redirected to a blank page, if i see the source code i see:

    <frameset rows="45,*" cols="*" frameborder="yes" bordercolor="#FFFFFF">

      <frame name="topFrame" src="http://localhost/phpCodeGenie3.0.2/web//frames/topbar/topBar.php"  scrolling="NO" noresize >
     
      <frameset cols="165,*" frameborder="no">
        <frame name="leftnav" src="http://localhost/phpCodeGenie3.0.2/web//frames/leftFrame/leftBar.php"   frameborder="1" />
        <frameset rows="32,*" cols="*" frameborder="no">
          <frame name="genChooser" src="http://localhost/phpCodeGenie3.0.2/web//frames/genChooser/genChooser.php" scrolling="NO" noresize>
          <frame name="mainWindow" src="http://localhost/phpCodeGenie3.0.2/web//frames/mainWindow/mainDescription.php" >
        </frameset>

      </frameset>
       
    </frameset></html>
    if i type the urls of each frame in the browser everything looks good. I just see strange the URL there is a double "//" after web
    , could be this? how to remove this? some advice?

     
    • Blandiman

      Blandiman - 2007-05-31

      The weird thing is that i see source code but anything in the browser....looks like frameset are not supported...

       
      • Blandiman

        Blandiman - 2007-05-31

        My browser support frames....

         
    • Blandiman

      Blandiman - 2007-05-31

      The double // is fixed ,but still i cannot see anything

       

Log in to post a comment.