Welcome Guest Search | Active Topics | Sign In | Register

EO script is generating an error on: if(a.nodeType==1) Options
xtremexploit
Posted: Tuesday, March 11, 2008 9:28:26 AM
Rank: Member
Groups: Member

Joined: 2/24/2008
Posts: 27
function _eofu_k(a){if(!a)return null;while(a){a=a.parentNode;if(a.nodeType==1)return a;}return a;}function _eofu_l(a) ......

The text in bold is generating an error and destroying my update panel update!!!



can you help me ?
eo_support
Posted: Tuesday, March 11, 2008 9:32:46 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
xtremexploit
Posted: Tuesday, March 11, 2008 9:43:10 AM
Rank: Member
Groups: Member

Joined: 2/24/2008
Posts: 27
I thing that the problem is: splitter and splitterpane because if i remove that webpart zone my application work fine.

eo_support
Posted: Tuesday, March 11, 2008 9:54:32 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Hi,

Try to enable physical JavaScript files first. That way you will get a number of JavaScript files generated in the folder you specify:

http://www.essentialobjects.com/ViewDoc.aspx?t=InstallationAndDeployment%2fdeploy.html

Once you get that going, run the page and let it to hit the error again, write down the name of the JavaScript file.

Use notepad to open the JavaScript file and edit the place that causes the error, change it from:

if(a.nodeType==1)

to:

if(a && (a.nodeType==1))

That should elimiate the error. Please give it a try and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.