 |
| Javascript General Javascript discussions. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Javascript 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
|
|
|
|

July 16th, 2003, 02:16 AM
|
|
Registered User
|
|
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
can't execute code from a freed script
Hi all,
i got a problem here, and i hope that someone out there, will be able to clarify my doubts for me.
I have a set of frames and some javascript codes to dynamically generate out a menu bar. the problem is that, i've always done my development on my pc, testing, etc. and on my pc, everything works perfectly fine. but then, when we put on the server about to let the users access it, it seems that besides my pc, a lot of the pcs/browser, when trying to access the page, will counter the 'can't execute code from a freed script' error. why is this so?
why is it that i can't get this error on my pc, and yet, when accessed with other pcs, this javascript error will pop up? what's wrong?
and i'm using IE6, so are the other pcs... but why?
thanks for any help offered. ^_^
-Pansy
|
|

July 16th, 2003, 02:40 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
|
|
This error message normally signifies that you are trying to execute a function which is no longer available because the document containing it is inaccessible. This could be because its window is closed or that you are trying to script across domains. It maybe that you are running the page under the local computer security zone that is less security conscious when on your pc but the users are not. If this doesn't help show some code.
--
Joe
|
|

July 16th, 2003, 02:50 AM
|
|
Registered User
|
|
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Joe,
thanks for ur reply.
erm... but the thing is, i place the codes on the server, and access the codes on that server, to test, not running the copy on my pc, yet it still can run... meaning, using the same url, my pc can see correctly, but others, using the same url, can't see the page behaving correctly... any idea why?
ermm... the situation is this. i have divided a page into 5 frames. then top and left contain each a dynamically generated menu bar. when i click on the top menu bar, to show a form on the main page, thereafter, whenever i mouse over any item on the top menu bar, the javascript error will pop up. (menu reacting on mouseover)
|
|

April 21st, 2006, 04:02 AM
|
|
Registered User
|
|
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This problem occurs only in IE, try using some other browser like Mozila FireFox.
|
|

April 21st, 2006, 05:04 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
what environment is the server?
www.crmpicco.co.uk
www.ie7.com
|
|
 |