It has two frames, userMenus and mainFrame.
I have another page called homepage.php which has link to admin page.
the admin page actually consists of adminMenus.php and adminPage.php which is loaded on userMenus and mainFrame frames in index.php respectively.
If I now click on the homepage.php, then adminMenus.php should load in userMenus.php in index.php
and adminPage.php should load in mainFrame.php in index.php
I dont know wot to fill in these gaps.
Code: Select all
onclick=\"(????).mainFrame.location.href='adminPage.php'; (???).userMenus.location.href='userMenus.php'\"