Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
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
 
Old July 16th, 2003, 02:16 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
 
Old July 16th, 2003, 02:40 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

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
 
Old July 16th, 2003, 02:50 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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)
 
Old April 21st, 2006, 04:02 AM
Registered User
 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This problem occurs only in IE, try using some other browser like Mozila FireFox.

 
Old April 21st, 2006, 05:04 AM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default

what environment is the server?

www.crmpicco.co.uk
www.ie7.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't execute code from a freed script pRogNewBie Classic ASP Components 0 October 23rd, 2006 10:46 PM
Automated Execute Script itHighway Classic ASP Professional 3 November 21st, 2005 03:03 PM
Automated Execute Script itHighway Classic ASP Basics 0 November 17th, 2005 12:36 PM
Delete script doesnt execute kosla78 Classic ASP Basics 1 November 19th, 2003 07:44 PM





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