Application Keeps Crashing When I Try To Add A Value To An Array / Fix It?

Jun 10, 2011

I have some java script in my vb.net application and I've been trying to figure out why my web app keeps crashing when i try to instantiate an array (i placed a comment where the app is crashing in the code below). Here's my code...

Hopefully the code above is enough for to figure out the issue. However, here's a mini recap of what's going on. A user selected a value from firstListBox and the function above copies it over to secondListBox. The code in the first condition works fine, but the code in the else block doesn't. Now, here's the catch/difference between the if and else statement...the Else block is basically doing the same thing as the if statement, except the values that needs to be copied are coming from a session variable (hdnSessionVariable = '<%=Session("playerId")%>'. I've commented out every line in the else statement and the app works until it hits the secondListBox.options[secondListBox.options.length] = newOption line. Anybody have any idea what's wrong here?

View 3 Replies


ADVERTISEMENT

App Crashing When I Try To Instantiate An Array / Solution For This?

Jun 10, 2011

I have some java script in my vb.net application and I've been trying to figure out why my web app keeps crashing when i try to instantiate an array (i placed a comment where the app is crashing in the code below). Here's my code..

Hopefully the code above is enough for to figure out the issue. However, here's a mini recap of what's going on. A user selected a value from firstListBox and the function above copies it over to secondListBox. The code in the first condition works fine, but the code in the else block doesn't. Now, here's the catch/difference between the if and else statement...the Else block is basically doing the same thing as the if statement, except the values that needs to be copied are coming from a session variable (hdnSessionVariable = '<%=Session("playerId")%>'. I've commented out every line in the else statement and the app works until it hits the secondListBox.options[secondListBox.options.length] = newOption line. Anybody have any idea what's wrong here?

View 3 Replies View Related

Script Crashing IE6....

Jul 23, 2005

I have 2 <div's> named "DETdetails" & "MEMOdetails" in my ASP page that
loads an external css file for these 2 <div's>

I want both <div's> to be static when the page scrolls hence the js
script...

When i disable (comment out) one of the <div's> in the js script, the script
works fine... however when i try both <div's> in the js script, it works
only every other time and the rest of the time it completely crashes IE6.

I could really do with someone's assitance with this.. the problem may stare
me in the face but i cant for the life of me see it...

View 1 Replies View Related

Crashing Only For Its First Load In IE8?

Oct 11, 2010

my javascript is crashing when my page loads for its first time in IE 8! This is very strange. When I refresh the page everything is OK. When I clear the cash, cookies, etc the problem appears again. In the script breakpoint errors console there is nothing! Even in IE7 everything is here is my site: [URL]

View 3 Replies View Related

JQuery :: JS While Loop Crashing Browser?

Oct 17, 2011

Trying to write a while loop to do validate a form. However when i came to testing out a simple while loop it keeps crashing the browser and i'm not sure why. When i say 'crashes' the browser just endlessly appears to be loading and i can't refresh the page.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>

[Code]....

View 4 Replies View Related

Firefox Crashing When It Loads A Page

Dec 18, 2010

I have a bona fide link to an academic website at Florida University where I want to check out an educational Java applet about the universe. I downloaded and installed the latest Java but all 3 browsers crash when I try to open the page. ( Mozilla, IE and Opera). I am not going to post the link here until asked to / given the go-ahead, but like I said, this is a legitimate university website. What keeps happening? Others can open it, I can't. And I have Java enabled in FF.

View 1 Replies View Related

JQuery :: BlockUI 1.33 Crashing Internet Explorer?

Jul 15, 2009

I am using the BlockUI Plugin version 1.33 with Jquery Version 1.2.1. When the application page is accessed in which the block and unblock UI calls are executed, IE is crashing randomly.

View 2 Replies View Related

Display Content Dynamically In A DIV - AJAX Reloading Page And Crashing

Jul 6, 2011

I'm trying to display content dynamically in a DIV My Script is a merge of two other scripts I found online one function (showUser) uses a GET method and the other (funcionPost) uses a POST method independently they work like a charm, but combined in the same script they throw some issues.

PHP Code:
<script type="text/javascript">
alert("Comienzo Script");
function getXMLObject()  //XML OBJECT
{  alert("Comienzo ~ getXMLObject()");
var xmlHttp = false;
[Code]..

View 3 Replies View Related

JQuery :: Conflict Crashing IE - Works Fine In FF - Opera And Chrome

Feb 13, 2010

I am not very good with javascript yet and I do not know how to debug this issue. Can y'all take a look and point me in the right direction? I've got a site that just lauched. The address is: www [DOT] saenzcleaning {dot} com The issue is that it seems to be crashing/freezing IE, but works fine in FF, Opera, and Chrome

View 1 Replies View Related

JQuery :: Skype Toolbar In IE7 Is Crashing JQuery Tabs Plugin

Jun 3, 2009

I didn't suspect that it will cause problems, but found that Skype plugin is pasting some JS code into ready page and it search for number which are telephone like. Unfortunately when it matches, it is pasting js code. When tab is changed and I'm returning to the same page tab content is pasted second time in this tab. When I'm doing that again it's pasted third time... It's only happening on tabs on which this toolbar found telephone number.

View 5 Replies View Related

Multilanguage Application

May 25, 2006

I need to develope a multilanguage application in javascript:
is there some particular library, or do you have some
pointer to guidelines to follows: the messages should
if possible be keeped in a separate file, one for language.
Is there some standard format?

View 2 Replies View Related

Application Planner

Sep 3, 2007

I having taken on a large project (set by myself), and I can never
seem to plan out my functions, classes, variables etc... in a format
that's easy to read, and follow.

Would anyone know of some kind of application which will allow me to
"prototype" my application first? I am sure such a thing exists, I
just don't know what I am looking for. I think I am after something
along the lines of Microsoft Visio, but a bit simpler.

View 4 Replies View Related

Application Add Wig To Face

Jan 13, 2010

I know this sounds so stupid, but it's a project that I am working on. I need to develop an application where people can upload a picture of themself and then it will add a wig to their picture over their hair.I just don't know how the code scans the uploaded photo and finds where to add the wig to the picture. The program will be really simple. No choice of wigs there is just one wig and as soon as the picture is uploaded the wig should be added and then displayed.

View 2 Replies View Related

Javascript IE + Word.application

Jul 23, 2005

Is there any way for me to capture the DocumentBeforeSave event with an ActiveXObject("Word.Application") via Javascript in IE?

View 1 Replies View Related

Debug Javascript In A JSP Web Application?

Sep 29, 2005

Is there any way to debug javascript in a web application? When I
develop JSP pages, and it has the javascript code in it. The problem is
the debugger in Java IDE (WSAD in my case) can only debug Java code but
not Javascript code.

What should I do to debug javascript code?

View 2 Replies View Related

Is It Possible To Disable Toolbars In My (asp.net) Web Application?

Oct 30, 2006

I am developing a web application in asp.net. In this application, i would like to disable all other tool bar other than menu bar. If you know more about the same. Please guide me to proceed further?

Note: It should work for all major browser such as IE, netscape, Mazilla, opera....

View 1 Replies View Related

AJAX And Application Variable (ASP)

Nov 14, 2006

I am using ASP to make an application. What I want right now - is to
make the self updating list of the users online - based on thier
cookies. In my opinion all seems to be writen well with it's logic, but
computer thinks otherwise. I use application("loged") to store the
cookies of all users. Code:

View 5 Replies View Related

JQuery :: Querystring From One Application To Another?

Oct 19, 2011

Ineed to pass two variable in a querystring from one application (in PHP) to another (in ASP.NET). It's a one way transfer...That is I need to encrypt it in PHP and decrypt it in ASP.NET (c#). The data will be anywhere from 5 - 15 characters..only letters and numbers.

View 2 Replies View Related

Execute A Application On The Server?

May 2, 2010

I have an application on my server that is called leaf.exe, that haves two arguments needed to run, they are: inputfile and outputfile, that will be like this example:

Code:

pnote.exe input.pnt output.txt

They are all on the same directory as my home page file(the executable and the input file). But I need that a JavaScript could run the application like that, then I want to know how could I do this.I'm using just Apache, I don't have any language for web installed on it. My goal is to do a site using just JavaScript, without the help of anyother language than it, HTML and CSS.

View 6 Replies View Related

Make My Application Always Run In New Window?

May 5, 2009

Is it possible to make my application always open in a new window even if IE 7 tabbed setting is set to Open links in a new tab in the current window.Always open pop-ups in a new tab.I am using the following command to open my application in new window

NewWin=window.open('my_http','_blank','toolbar=no,resizable=no,width=1150,height=810')

Which works fine as long as users dont set their IE7 tabbed setting to always open pop-ups in a new tab.

View 2 Replies View Related

Launch An Application In Script?

Mar 25, 2010

If I want to launch an application in DOS it is START notepad.exe

How do I launch the application in Javascript?

View 3 Replies View Related

Realtime Graphic Web Application?

Jun 9, 2011

i'm only looking for someone that will want to point me in the right direction...and i'll try to do my best on my own ...we want to offer personalized tshirts...so we do need a way for the customer to choose size, color, subject and text and check all this in real time...someone that is doing something that we want is
http://www.vistaprint.com/embroidered-activewear.aspx?xnav=top#in your opininion,

View 4 Replies View Related

Asp Application Contained Within An Iframe?

Mar 14, 2007

I have an asp application contained within an Iframe. If the browser refreshes, the page within the Iframe reverts back to the login page and the user has to log on again.Is there a way to keep this from happening if a user clicks the refresh button on their browser?

View 3 Replies View Related

Opening CD Burning Application Through PHP

Jun 30, 2009

I have a requirement in my PHP application which needs me to open a CD Burning application like NERO or others so that data can be burnt on it. I want to know how I can achieve this using PHP or Javascript or both. So that on a click of a button or any other link etc I can open the CD burning application and also can i burn data from a web page on to a cd.

View 4 Replies View Related

Script To Open An Application?

Mar 25, 2010

I just start learning javascript and sorry if the question seem basic.

In DOS, if I write a batch file it would be START notepad.exe. This will launch the notepad application. How do you launch an application in Javascript?

View 6 Replies View Related

Using Javascript To Open An Application

Mar 27, 2001

I need to have a way to create a link that opens a specific word document.

How can I write a javascript function to do that?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved