Jump to content
  • 0

How To Make A Page Open At The Bottom After Loading?


ppbb123

Question

2 answers to this question

Recommended Posts

  • 0

You can make the link to a specific position by using An anchor URL --points to an anchor within a page (like href="#top")

 

1. Add Header/Footer in the Configure Results Page Fields 

2. Add <div> tags around Header and Footer

For example: in Header      <div id="anchorname">

                      in Footer       </div>

3. Add JS code to point the Caspio page when results page is loaded. 

in Footer, after </div> tags

<script>
window.onload= function() 
{
location.href="[@cbHostURL]#anchorname";
}
</script> 

Please note the anchorname is the same as the id. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...