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:



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 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 How to fix the Upcoming Events list to remember scroll position on refresh of Internet Explorer browser
document Add an Upcoming Events List into my WordPress Blog?
document How to embed images into event descriptions
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