<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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Do you really changed all target's? Also in <form>-tag?
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.