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 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 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 email your calendar to others?
document How to link back to a website?
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 Tracking calendar visits with a redirect web page
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 Can I add my 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 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.




 

 

 

 

Copyright 2008, CalendarWiz LLC, All rights reserved.