Divvy Posted December 20, 2011 Share Posted December 20, 2011 Hello guys, can someone help me please? I have an website and when I click in a specific link to open a window, doesn't work, the window dont open and got this error: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; AskTbMYC-ST/5.11.1.15497; .NET4.0C; .NET4.0E) Timestamp: Tue, 20 Dec 2011 12:03:35 UTC Message: Object doesn't support this property or method Line: 17 Char: 11882 Code: 0 URI: http://www.domain.com/engine/classes/js/jquery.js Message: Object doesn't support this property or method Line: 17 Char: 11882 Code: 0 URI: http://www.domain.com/engine/classes/js/jquery.js What could be? This is the jquery.js code: http://paste2.org/p/1831634 Quote Link to comment https://forums.phpfreaks.com/topic/253545-jquery-error/ Share on other sites More sharing options...
trq Posted December 20, 2011 Share Posted December 20, 2011 The error is quite self explanatory. You need to post some relevant code. Quote Link to comment https://forums.phpfreaks.com/topic/253545-jquery-error/#findComment-1299701 Share on other sites More sharing options...
Divvy Posted December 20, 2011 Author Share Posted December 20, 2011 Thank you for your reply thorpe! I notice that I only have this error when I insert this: <script type="text/javascript" src="http://enigmaurl.com/js/fp.js.php"></script> <script type="text/javascript"> DOMAssistant.DOMReady(function() { var _x3 = _x3 || new _nsurls(); _x3.push(['accountID', '1']); _x3.push(['adType', 'int']); _x3.push(['allowDomains', ['fileserve.com', 'example.com',]]); _x3.run(); }); DOMAssistant.harmonize(); </script> Maybe is a conflict... Quote Link to comment https://forums.phpfreaks.com/topic/253545-jquery-error/#findComment-1299703 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.