Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Vote for DotNetNuke as your choice for winner of this year's PackT Open Source CMS Award
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
WebHostForAsp.net
 


  Sponsors  

Meet Our Sponsors

DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Make it Hot! ( ...  solpartmenu not shows in firefox
Previous Previous
 
Next Next
New Post 4/23/2008 5:58 AM
User is offline Niklas
6 posts
10th Ranked


solpartmenu not shows in firefox 

Hi!

Having trouble with the solpartmenu in Firefox(2.0.0.14), it dosent shows on start page, but the rest of the pages it shows ok.

IE is ok

www.utbilda.nu

Mess from Firebug:

Document.prototype has no properties
http://www.utbilda.nu/controls/SolpartMenu/spmenu.js
Line 1716

oXML.loadXML is not a function
http://www.utbilda.nu/controls/SolpartMenu/spmenu.js
Line 222

is there anyone how knows what to do, we are going live very very soon.

Thanks!

Niklas

 

 

 
New Post 6/26/2008 4:35 PM
User is offline Dean Whipple
3 posts
10th Ranked


Re: solpartmenu not shows in firefox 

I'm having the same issue using version 04.08.03.

Some of my skins work in FireFox, but 2 do not.

Did you find out anything?

 
New Post 6/27/2008 9:16 AM
User is offline Dean Whipple
3 posts
10th Ranked


Re: solpartmenu not shows in firefox 

I figured out the problem.

FireFox doesn't support the 'LoadXML' function.  See http://www.w3schools.com/Dom/dom_parser.asp for the details.

the JavaScript in /Controls/SolpartMenu/spmenu.js needs to be changed as follows in the SolpartMenu.prototype.GenerateMenuHTML function.

OLD:
if (this.xml.length)
    oXML.loadXML();

FIXED:
if (this.xml.length) 
  try //Internet Explorer 
  { 
    oXML.loadXML(this.xml); 
  } 
  catch(e) 
  { 
     try //Firefox, Mozilla, Opera, etc. 
    { 
      var parser=new DOMParser(); 
      this._m_oDOM = oXML=parser.parseFromString(this.xml,"text/xml"); 
    } 
    catch(e) {} 
  }

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Make it Hot! ( ...  solpartmenu not shows in firefox
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Integral Hosting | DNN only $14.95/month
Experienced .NET hosting on Windows 2003, ASP.NET 1.1 & 2.0, MSSQL with real technical support.
www.integralhosting.com
Aricie
Aricie is one of the French pioneers and experts in DotNetNuke technology.
www.aricie.com
AFUEGO!
Looking for Free DNN Hosting?
www.AFUEGO.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP