File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes application hang up Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "application hang up " Watch "application hang up " New topic
Author

application hang up

Rajesh Tarigopula
Greenhorn

Joined: Oct 19, 2004
Posts: 8
I am using the following javascript for getting some value

The application hang up
I am workin on 2k,XP platforms. some times getting access denaid error.

/*********************/
function makeArray(){
var nos= window.opener.document.forms[0].NoOfIds.value;
makArrId = new Array(nos);
makArrVal = new Array(nos);
var mid = window.opener.document.forms[0].MainFrmIds.value;
var midVal = window.opener.document.forms[0].MainFrameVal.value;
makArrId = mid.split(":");
makArrVal = midVal.split(":");

}

Thanks
Rajesh
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26138
    
  66

Rajesh,
Does the problem occur in all browsers? Does it happen every time?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Moving to the HTML and JavaScript forum.

Dave
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
is the pop up in the same domain?
Rajesh Tarigopula
Greenhorn

Joined: Oct 19, 2004
Posts: 8
I deployed my application on two servers both are websphere4.0. This functionality is working fine on one server but hang up on second server.
 
I agree. Here's the link: jrebel
 
subject: application hang up
 
Similar Threads
Problem displaying/populating session scoped variables in a child popup window in IE
returning value from popup
how to compare an javascript array and jsp array
why the window doesn't close and bring the item to the main form?
' comma causing problems for substring