Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8252205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:29:56+00:00 2026-06-08T00:29:56+00:00

the problem is that my website consists of only one page which contain a

  • 0

the problem is that my website consists of only one page which contain a side menu and a div while all other pages are loaded in it, the problem is all of the browser slandered features(back, refresh, bookmark) are all gone. so my question is there a way to restore browser features while loading pages into div, or i should use another way to load pages in the main page?.

main page:

<div id="nav" class="mmenu">
            <ul id="nav_ul" class="float_left">
                <li><a class="upper" id="1" target="collabsoft" href= "profilePage.php?property_variable=mine">My Profile</a></li>
                <li><a id="2" class="menu-message"
                       href= "viewMessages.php">Messages<label id="num_msg">(<?php echo $count; ?>)</label></a></li>
                <li><a id="3" class="menu-conference"  target="collabsoft" href= "userHomepage.php">My Conferences</a></li>
                <li><a id="4" class="menu-conference2"  target="collabsoft" href= "availableConferences2.php">Conferences</a></li>
                <li><a id="5" class="menu-request"
                       href= "incomingRequests.php">Requests<label id="num_requests">(<?php echo $total ?>)</label></a></li>
                <li><a id="6" class="menu-news"
                       target="collabsoft" href= "viewNews.php" >News</a></li>
                <li><a class="lower" id="7" target="collabsoft" href= "generalOptions.php" >Options</a></li>
            </ul>
        </div>
        <table id="collabsoft_table" class="no_border">
            <tr>
                <td id="collabsoft_td" class="no_border">
                    <div scrolling="no" id="collabsoft" name="collabsoft" class="collabsoft"></div>
                </td>
            </tr>
        </table>
        <br/>
    </div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T00:29:58+00:00Added an answer on June 8, 2026 at 12:29 am

    You need to have different URLs for different resources, otherwise the browser won’t keep/update its history and the server would serve the same page.

    • You should use hash links (the part after the “#” char in the URL)
    • Another option is to use HTML5’s History API, which could be used to “push” a fake URL

    Let’s focus on the first option (hash URLs), mainly because of browser support.

    Also, you did not specify if you’re using any JavaScript framework, I’m going to assume you’re using jQuery (because of its popularity).

    Look into jQuery History

    Let me explain how it works:

    When you create a link, instead of binding to its “click” event, give it a hash string, for example:

    <a href="#about" title="About me">About</a>
    

    When the link is clicked, the browser won’t reload the page.

    Then, use the jQuery History plugin to bind to that history change, for example:

    $.History.bind('/about',function(state){
        // Load resource using AJAX, update the "main" div, etc.
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been optimizing my website but the one problem that stands in my
I have an application that consists of a client-side application and a WebApi website.
I am using swfupload to upload files on a website, the problem that every
We integrated a wysiwyg editor in our website. Now we got the problem that
I have a website that is updated regularly and I am having a problem
I'm using masonry plugin in my website My problem is that the first 20
I'm currently designing this website http://avs.mybigcommerce.com . The problem is that my styles.css isn't
Problem I have some pages that need dynamic data from website to generate output
I have a couple other pages on the website that have no problems with
I have designed a website that consists of the body, a container to hold

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.