Menu

Integration in frames.

2003-03-02
2003-03-02
  • jeroen van den bosch

    Hi,

    I want to do the following thing.

    I have a frameset with this set up.

    <frameset rows="20%,*" border="0">
        <frame name="top" src="http://www.j-b-o.nl/top" marginwidth="10" marginheight="10" scrolling="no" frameborder="0" noresize>
            <frameset cols="80%,*" border="0">
            <frame name="left" src="http://www.j-b-o.nl/jbo" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" noresize>
            <frame name="right" src="http://www.j-b-o.nl/right" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" noresize>
        </frameset>
    </frameset>
    Now phpay is running in the 'right' frame.
    The problem is that after 'someone logs in, phpay refreshes and the whole page changes in to jbo/login.php.
    I've tried to change the targets in reguser.php and login.php but that won't work.( i must do something wrong here.)
    Can anyone point me in the right direction??

    Thanx in advance

    Jeroen

     
    • Andreas Kansok

      Andreas Kansok - 2003-03-02

      Do you really changed all target's? Also in <form>-tag?

       
    • jeroen van den bosch

      I feel like a blind lunatic.
      exactly what you said the target in the from tag.

      again many thanx.

      Jeroen

      ps: I'm not developing the webstore myself , someone else is doing that for me ( and he knows Php well ).
      But while he's working for me i took the liberty to get familiar with php too.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.