You need to Register for free and Login to post a message in the forum.

Forum

Subject: Problem with IE
Prev Next
You are not authorized to post a reply.

Author Messages
Ventana
Nuke Active Member
Nuke Active Member
Posts:22

05 Jan 2007 9:57 AM  

I'm having a problem with one of the pages in my site, http://www.ventana-crc.com/scheduled+measurement+system+-+measures.aspx. When I open the page in either Safari or Firefox, and click on any of the links under the subhead "Sample SMS Assessment Battery", I can see the brief description on the right side of the page. However, when I open the same page in IE6, the brief description appear on for a few seconds before IE refreshes the page and it disappeared. Please advise how I could fix this. The javascript I'm using for this is:

function blocking(nr)
{
 if (document.layers)
 {
     document.layers['QRS'].display = 'none';
     document.layers['CRT'].display = 'none';
     document.layers['DA'].display = 'none';
     document.layers['DSST'].display = 'none';
     document.layers['DV'].display = 'none';
     document.layers['DWR'].display = 'none';
     document.layers['STM'].display = 'none';
     document.layers['CFF'].display = 'none';
     document.layers['BP'].display = 'none';
     current = (document.layers[nr].display == 'none') ? 'block' : 'none';
  document.layers[nr].display = current;
 }
 else if (document.all)
 {
     document.all['QRS'].style.display = 'none';
     document.all['CRT'].style.display = 'none';
     document.all['DA'].style.display = 'none';
     document.all['DSST'].style.display = 'none';
     document.all['DV'].style.display = 'none';
     document.all['DWR'].style.display = 'none';
     document.all['STM'].style.display = 'none';
     document.all['CFF'].style.display = 'none';
     document.all['BP'].style.display = 'none';
  current = (document.all[nr].style.display == 'none') ? 'block' : 'none';
  document.all[nr].style.display = current;
 }
 else if (document.getElementById)
 {
  document.getElementById('QRS').style.display =  'none';
  document.getElementById('CRT').style.display =  'none';
  document.getElementById('DA').style.display =  'none';
  document.getElementById('DSST').style.display =  'none';
  document.getElementById('DV').style.display =  'none';
  document.getElementById('DWR').style.display =  'none';
  document.getElementById('STM').style.display =  'none';
  document.getElementById('CFF').style.display =  'none';
  document.getElementById('BP').style.display =  'none';
  vista = (document.getElementById(nr).style.display == 'none') ? 'block' : 'none';
  document.getElementById(nr).style.display = vista;
 }
}

You are not authorized to post a reply.



ActiveForums 3.7

Latest Forum Posts

RE: Server Application Unavailable from localhost by picoallen
OK, I've got things working better now. Not sure why though as I lost track while following all the ...
e-Survey? by mgordon
I need a module that will do the following:When a person comes to a specific page (recreation guide ...
Media Module *not* autostart? by PaulFlynn
Hi,I want to display a number of different .wmv files on a single page, but I'm concerned that the d...
RE: Event Module Scheduler? by mgordon
Never mind. I found out that you need to enable the Event Reminder in the actual Event that you are...
Event Module Scheduler? by mgordon
I have setup a Calendar of Events module on my page and have added events, no problem.  The main pro...
RE: Upgrading from 3.3.7 to 4.8.4 by puuri
I think I saw the answer to your last question on another thread real recently. If you go to the 'L...
Server Application Unavailable from localhost by picoallen
Hello,I have installed DotNetNuke and can open it from within Visual Web Designer, in which case it ...
RE: Upgrading from 3.3.7 to 4.8.4 by joannew
Hi, yes everything seems to be working fine. I get the following when viewing through Host Settings/...
RE: Database Access Error ! by nukedoubt
Got a fix........ 1)  Make sure that both the sqlDataProvider class and the DataProvider class are...
Database Access Error ! by nukedoubt
Error in Database Access : "The type initializer for 'MyCompany.Modules.Search.DataProvider' threw...
RE: Upgrading from 3.3.7 to 4.8.4 by jncraig
If everything "seems" to working normally, perhaps you can ignore it. It is possible that the other...
Upgrading from 3.3.7 to 4.8.4 by joannew
Hi,I've followed the upgrade procedures to upgrade from 3.3.7 to 4.8.4 and received the status repor...
RE: Regular restores to local machine by joannew
Thanks for getting back to me, just to let you know everything is working fine now, I can login as a...
RE: Create Bookmarks/Anchor Points/Page TOC by lb313
Thank you for your help Joe. Kind Regards Lisha Belbin
RE: Issue 22 - Login failed for user xxxx by picoallen
Thanks Joe, You put me on the right track there. Turns out that I had server authentication set t...
RE: How to speed DNN by mmcinulty
jump over to www.snapsis.com and get pageblaster. forum has alot of info about yslow and how to spee...
RE: Regular restores to local machine by jncraig
I've got more questions than answers ... Can you login as administrator and/or host? Can a logge...
RE: Refreshing Bl... IE by ollep
Thanks Guys!! Excelent support. I will - beleive it or not - be away from the computer for three...
Parent Portals and SSL by LucianV
Hi,I need to install and configure on our server several DNN parent portals (different domain names)...
RE: File Manager Upload (intermittent error) by dnnmq
Lee, your attention to this issue is truly appreciated because it's driving me nuts.js is included i...
AppTheory
RSS Feeds