Jump to content

please help...if u can


tauchai83

Recommended Posts

I have problem with frameset design. When i click on a link on left frame named leftFrame,
the login screen will appear in the main frame called mainFrame. But after i login sucessfully, the menu somehow appear in the MAIN FRAME. It should appear in the leftFrame as i set target="leftFrame".

I use javascript window.location. as follwing:

if( strcmp( $ValidPassword[1], $txtPassword) == 0 )
{
                         
  $complete = 1;
            $userid = $txtUserID;
  session_register('userid');
            $HTTP_SESSION_VARS['userid'] = $userid;
         
                   
?>
            <script language ="JavaScript"> 
              window.location = "cust_menu.php";  ----> this appear in the mainFrame but i want it appears
                </script>";                                          leftFrame as customer menu
<?php
}else

blah blah blah 

I have tried to find out the info in Googl by somehow can't get the info i want...
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.