SchoolFusion uses Ajax technology to only load the part of the page that changes when the user clicks on a link. This speeds up the page and improves user experience. However, It can be necessary to reload the entire page instead of with Ajax. For example, if you desire a script in a page to execute automatically, you will not want to load the page with Ajax.
Use the following steps to make a link reload the entire page instead of with Ajax:
Step 1: Go to Manage Pages, and click on the page.
Step 2: Copy the url into Notepad. For instance http://school.schoolfusion.us/modules/cms/pages.phtml?pageid=3038&sessionid=e9f91df844a17302211af6d594bd3dc6
Step 3: Remove everything before /modules and after the ampersand (&). For instance /modules/cms/pages.phtml?pageid=3038
Step 4: From Website Administration, within the Navigation System, create a link to an external page. Erase the "http://", and paste in the URL you created in Step 3.
Now the link will not use Ajax to load the page.
|