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  |  

Affordable ASP.NET Hosting Service
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Aspose - The .NET & Java component publisher
 


  Sponsors  

Meet Our Sponsors

OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
 


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.

 


Dnaxp.Net
Dnaxp.Net offers a comprehensive base of information, resources, and support for DotNetNuke.
www.dnaxp.net
DNNMasters - modules, consulting, development
DNNMasters developers are involved in DNN development since DNN 1.0.9 and today we offer a broad range of DNN related products and services including custom development of modules, help with ing third party modules for specific needs, general DNN technical support and administrative services.
www.dnnmasters.com
Cygnusoft Custom Software
Cygnusoft has been providing cutting-edge custom software solutions for 20 years. Cygnusoft is also a leading start-up incubator, helping our partners build successful new businesses.
www.cygnusoft.com

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