Wrox Programmer Forums
|
BOOK: Professional Ajax ISBN: 978-0-471-77778-6
This is the forum to discuss the Wrox book Professional Ajax by Nicholas C. Zakas, Jeremy McPeak, Joe Fawcett; ISBN: 9780471777786
Important: For the new 2nd edition of this book, please post here instead: [url="http://p2p.wrox.com/forum.asp?FORUM_ID=307"]http://p2p.wrox.com/forum.asp?FORUM_ID=307[/url]
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Ajax ISBN: 978-0-471-77778-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 1st, 2006, 05:05 PM
Registered User
 
Join Date: May 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default zXML Firefox Dotnetnuke issue

I am testing zXML inside of a DNN module. I have a sample i worked up using straight html/js and it works fine in both ie/ffox. I've created a new module using the same basic code.

Had to make some changes to get the js files loaded (linking them in default.aspx) instead of my test module.

It all still works fine in IE, but FFox 1.5.0.2 throws the error "This.ParseError has no properties" in zxml line 1. and the main menu wont show up in DNN.

If i navigate to my test module and then add the link back in to default.aspx for zxml. I lose my menu, but my code works. I am using zxml for xpath, xslt mainly.

any thoughts?
 
Old May 1st, 2006, 06:44 PM
nzakas's Avatar
Wrox Author
 
Join Date: Dec 2004
Posts: 217
Thanks: 0
Thanked 5 Times in 5 Posts
Default

While it's hard to tell what's going on without seeing the code you're writing (or the changes to zXml), the first place I'd check is the case of your objects. "This" should be "this" and "ParseError" should be "parseError", unless you have changed these specifically.

Nicholas C. Zakas
Author, Professional JavaScript for Web Developers (ISBN 0764579088)
http://www.nczonline.net/
 
Old May 1st, 2006, 06:53 PM
Registered User
 
Join Date: May 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the reply. I have not made any changes to the zxml library, the error is "this.parseError has no properties" sorry for the confusion.

Playing around with it some more. I've moved the library script load back into my module itself. This keeps the main dnn menu working until I launch a page with my module in it. Then the same issue pops up. My code still functions with zxml just i lose the menu, and it throws the above error.

thanks again.






Similar Threads
Thread Thread Starter Forum Replies Last Post
zxml.js library for firefox 3.0 manahual BOOK: Professional Ajax ISBN: 978-0-471-77778-6 4 March 2nd, 2010 04:59 AM
Firefox issue timeout08 Dreamweaver (all versions) 2 September 29th, 2008 02:55 PM
zxml and firefox? Greg512 BOOK: Professional Ajax ISBN: 978-0-471-77778-6 1 November 15th, 2007 05:29 AM
zxml.js exception in Firefox but works fine in IE lgarc BOOK: Professional Ajax ISBN: 978-0-471-77778-6 6 January 29th, 2007 05:25 AM
Firefox issue Teessider_2000 HTML Code Clinic 6 September 20th, 2006 03:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.