|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Javascript error in ASP application
I'm stumped and frustrated! I have an ASP program that uses lots of javascript to process data before sending it to the server.
I have made some adjustments to the application recently and now I am getting javascript errors (only in Internet Explorer - works fine in Firefox and Chrome). The latest error I've run into states: "Cannot execute code from a freed script". This line of code is trying to access an array object on the main/opening page of processing. The array object was successfully accessed a few lines prior to the halting line?? I've tried making sure all META tags are at the top of the HTML tags and I've tried a couple of other suggestions as well but I continue to have problems. I grab data from the server and store it in an array recordset object on the starting web page so I can get the data when I'm on the client. I then add some more items to this array object once I'm on the client and this seems to maybe be the problem?? Does anyone know what I am doing wrong? Thanks! mlj |
|
#2
|
||||
|
||||
|
interesting error you have there. post your code and we'll see what might be wrong.
|
|
#3
|
||||
|
||||
|
This error indicates that you are trying to load a function from a page that no longer exists. For instance, if you reference an element or script inside of a frame or Iframe that is no longer loaded.
It sounds to me like you're trying to access an element after a page load or something of that nature.
__________________
Scripting problems? Windows questions? Ask the Windows Guru! Stay up to date with all of my latest content. Follow me on Twitter! Help us help you! Post your exact error message with these easy tips! |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Javascript error in ASP application |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|