Customer Service & Technical Support

Knowledge Base

Email Support Form

Got a question? Our knowledgebase has answers 24 hours a day, 7 days a week.

Browse knowledge base categories or search with keyword related to your question.

Can't find an answer? Use our email support form to send your question to our support team.

We try to answer questions within one business day.

Search:     Advanced search
Browse by category:



How to fix the Upcoming Events list to remember scroll position on refresh of Internet Explorer browser

Internet Explorer has a known bug that causes the Upcoming Event list to scroll back to the top of the list when the web page is refreshed.  You can insert the following javascript into your web page containing the Upcoming Event list to remedy this problem.

Place the following script at the bottom of your web page containing the Upcoming Events list:

<SCRIPT LANGUAGE="JavaScript">
window.onload = function(){
 document.getElementById("cwucelist").onscroll = SetDivPosition;
 var strCook = document.cookie;
    if(strCook.indexOf("!~")!=0){
  var intStart = strCook.indexOf("!~");
  var intEnd = strCook.indexOf("~!");
        var strVerticalScrollValue = strCook.substring(intStart+2,intEnd);
        document.getElementById("cwucelist").scrollTop = strVerticalScrollValue;
 }
 if(strCook.indexOf("!#")!=0){
  var intStart = strCook.indexOf("!#");
  var intEnd = strCook.indexOf("#!");
        var strHorizontalScrollValue = strCook.substring(intStart+2,intEnd);
  document.getElementById("cwucelist").scrollLeft = strHorizontalScrollValue;
 }
}
function SetDivPosition(){
        var intY = document.getElementById("cwucelist").scrollTop;
        var intX = document.getElementById("cwucelist").scrollLeft;
        document.cookie = "yPos=!~" + intY + "~!";
        document.cookie = "xPos=!#" + intX + "#!";
}
</SCRIPT>

Others in this Category
document Do I need a website in order to use CalendarWiz?
document How do I embed the calendar into a web page using an iframe?
document Can I embed my calendar into a PowerPoint presentation?
document How to create a desktop shortcut to your calendar?
document Create a direct link that displays a single category or specific combination of categories.
document How to open your calendar automatically when you start your computer?
document Can search engines like Google find my calendar?
document How to create a link that automatically logs into the calendar
document How do I link my calendar to my website?
document How to link back to a website?
document How to not show the login button on the calendar
document How do I put a link to my calendar in a Microsoft Word document
document How to create a link to a document from an event
document RSS Feeds - Offer Automatic Delivery of Calendar Events
document Browser RSS icon not showing for framed calendar
document Add an Upcoming Events List into my WordPress Blog?
document How to embed images into event descriptions
document Fix Upcoming Events List Causing Webpage To Scroll Down
document Set up your CalendarWiz calendar as an aid in event RSVP/Registration:
document Link to an email address in your event description:
document How can I create more than one Upcoming Events List for my website?
document How do I create an Upcoming Events List for my web page?
document Create Code to Integrate Your Calendar Into Your Website:
document Create a Mini Calendar For Your Web Page
document Link to a website, email address, or document from an event description.
document Add a Mini Calendar Widget to a WordPress Blog
document Track Visits to Your CalendarWiz Calendar with Web Tracking Analytics