Hello guyz.. Now am currently doing a SMS portal site . I have 2 frames like ,
<frameset rows"" cols"">
<frame src"page1.php">Page1</frame> // Navigation
<frame src"page2.php">Page2</frame> // Main Content
</frameset>
Navigation : Static
main Content : Dynamic || By this case when user press F5 the Main content frame goes to page2.php from current page . In this case there will be lot of data was missing on the current page and the user again want to go to his page.
Could anyone please tell me wat is the code for stay in current page when page refresh's