[PHP] RE: sending multiple frames to different pages

2002-02-28 Thread Matthew Darcy
Hello all I have just created a login script that works fine. At the moment I have a pretty simple (I have coded this but I am trying to keep it simple to explain what I am after if login != ok then generate HTML for error page else Generate HTML for ok page. end; what I want to do is

RE: [PHP] RE: sending multiple frames to different pages

2002-02-28 Thread Niklas Lampén
Message- From: Matthew Darcy [mailto:[EMAIL PROTECTED]] Sent: 1. maaliskuuta 2002 9:03 To: [EMAIL PROTECTED] Subject: [PHP] RE: sending multiple frames to different pages Hello all I have just created a login script that works fine. At the moment I have a pretty simple (I have coded

RE: [PHP] RE: sending multiple frames to different pages

2002-02-28 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 7:51 AM To: Php-General Subject: RE: [PHP] RE: sending multiple frames to different pages You can use javascript. If you're calling this from a frame, this is how it works: parent.frames[first_frame / zero based number].location.href = my_page.php