Jumping to another page by cliking a link from a current page

  • Unknown's avatar

    For example: I have created five pages with defferent IDs, (i.e; /page1, /page2, /page3, /page4, and /page5). And I would like to link the /page2 as a next page to /page1, but I would not like the /page2 to load when someone clicked it in /page1.

    Something like that, when someone clicks the /page2 (next page link) from my /page1 the browser automatically changes from /page1 to /page2 whithout any loading, thought as jumping in the same page using html and tags.

    Here is an example site that have a next page working in like manner. So can it be possible to code this merely using html tags? And What tags are used for?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    In the example that you’ve provided, it’s not that a selected page doesn’t load, it’s that the content of the pages is minimal so the page loads quickly. There are various options for inserting a link in a page to another page. They include the following:

    1. NextPage — See the NextPage (Pagination) support page.

    2. Text links — See the Links support page for information and instructions. Text links may be created either in the visual editor or the text (HTML) editor, but creating them in the visual editor is easier.

    3. Page jumps — See the Page Jumps support page.

  • Unknown's avatar

    Clicking on a link to another page created with any of the above options will result in that page loading. There’s no way to go from one page to another without the second page loading. How quickly it loads is another question.

  • Unknown's avatar

    You could also use image links or buttons in creating links between pages.

  • The topic ‘Jumping to another page by cliking a link from a current page’ is closed to new replies.