View Single Post
  #2  
Old 01-24-2008, 04:13 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Javascript error, who speaks this language?

It's hard to answer your question without any additional information. As I know, variable capExtent used in overLIB library and assigned to 'document' or 'window' object.
But overLIB haven't string like
Code:
f = capExtent.onmousemove.toString().match(/function[ ]+(\w*)\(/);
only
Code:
f = capExtent.onmousemove.toString();

As I know, this code returns source code of function, assigned to event 'onmousemove' and replaces some part of code with regular expressions. I think, there is no function assigned to event onmousemove or capExtent variable not assigned to any object.

Please, provide more information and I'll try to help you.
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote