Resellers Calendar Login
 
Service and Support
 
  Knowledgebase

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

Browse knowledgebase categories or search with keyword related to your question.
  Email Support Form

Can't find an answer in the knowledgebase?  Please use our email support form to send your question to our support team.

We try to answer questions within 1 business day or less.
 
 
Search:     Advanced search
Browse by category:



Fix Upcoming Events List Causing Webpage To Scroll Down

Internet Explorer version 7 has several bugs that cause the webpage containing Upcoming Events List javascript code to scroll down to the top of the Upcoming Events List if the Upcoming Events List is below the browser window when the page opens.  There are two methods to fix this problem:

Method 1

To fix the problem, change the DOCTYPE  declaration at the top of the webpage to be:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

DOCTYPES known to cause the problem are:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Method 2

Insert the following code at the very bottom of your web page:

<!--[if IE 7]>
<script type="text/javascript">
self.scrollTo(0, 0);
</script>
<![ENDIF]-->

This will reset the scroll of the page to the top. This will only affect Internet Explorer version 7. All other browsers and versions will ignore this as an HTML comment.

 

Others in this Category
document Clicking on an event does not open details popup window
document How do I delete an event?
document Why am I automatically logged into the calendar?
document The calendar does not open to the current date
document Email announcements, reminders or messages are not being delivered
document In Outlook, I get an error "Could not install the custom actions"
document Why do I see a duplicate word in the event popup window?
document Browser RSS icon not showing for framed calendar
document Fixing Strange Characters In Upcoming Events List
document Two or More Calendars Open At The Same Time




 

 

 

 

Copyright 2008, CalendarWiz LLC, All rights reserved.