calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Feb 15, 2005 6:53 pm Post subject: How come the calendar stops working in NN4 after I added the Thawte certificate seal to the page? |
|
|
It's a bug of the Thawte seal script and can be easily fixed by appending a line of script right behind it. i.e.
Code: | <script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe"></script>
<script>if (document.layers) document.releaseEvents(Event.MOUSEDOWN);</script> |
The 1st <script> is the Thawte seal script, and the 2nd one is the fix.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|