473,398 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

on window.open - not open for two users simultaneously

129 100+
Hello friends,
In my project i am using a page common to all users. In that i have multiple text boxes. I wrote code like when user wants to edit the value already in that textbox i am opening a new window with window.open method.

When two users logined, and opened same page which above explained when a user wants to edit then a new window opened, and another user wants to edit value there window is not opening.
That means, when a window is opened another window does not open? . If so like to do what i had to do?
Please help me how to solve this problem?
Sep 18 '08 #1
5 1345
It is because the common Web server is not allowing the muliple transaction or the multiple threads.Check the settings of weblogic server.
Sep 18 '08 #2
sasimca007
129 100+
Hai friend,
I am using Ubuntu as operating system and apache my webserver and modperl is the scripting language. In that how to change those settings? (or) how to create a new window with any object like that is there any solution?
Sep 19 '08 #3
Hi

Apache is a server where for one IP it creates only one transaction thread.
The first one will get the preference.In case of JBOSS server also this will be the same case .

Solution:

You can deploy your code to Weblogic server where you can create multiple threads at the same time.For more reference acess the website of weblogic server and see the details.
Sep 19 '08 #4
sasimca007
129 100+
Hi friend,
I tried and tested my own and i got the solution. That is, when we open a new window we will give statement like as follows:

window.open("http://10.202.1.22/SS/edit_reason?session=$session_id,code,"width=420,height=300,scrollbars=1,resizable=0 ")

that underlined text above is the name of window.

when we open a new window, every time we have to change that name. Then it opens for any number of users.

Tried & Tested
my friend
Sep 19 '08 #5
Ya that is fine but that is the same solution when it is getting deployed in the server it ceates different instances on each user clicks.What you are handling through java code or manually that could be done by the server.
Sep 19 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Kai Grossjohann | last post by:
It seems that Ctrl-N in Mozilla opens a new empty browser window. That's fine, I don't need to do anything about it. But Ctrl-N in IE appears to clone the current window. Is there a way to...
10
by: Marshall Dudley | last post by:
When I do the following line in Netscape, the popup loads as it should, but the parent window usually, but not always, reloads as well. <a href="#"...
10
by: David McCulloch | last post by:
The following code opens a new window, but the "resizeTo" doesn't resize it. Why not? (Don't ask why I simply did not open the window with the new size....my original problem was how to open a...
8
by: Dominic Tocci | last post by:
I'm searching for a way to use window.open on my web page to open a window in firefox that allows the sidebars to work (bookmarks, history, etc). When I use the following: var...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
0
by: Steve | last post by:
Some end users are getting the following message after being in the application for quite some time. Exception Type: System.ComponentModel.Win32Exception NativeErrorCode: 14 ErrorCode:...
5
by: John Scott | last post by:
Ok..this a rather odd question/problem. I haven't really found a straight forward answer to how to handle this scenario, so I hope someone here can help. Here it is: I have an application...
1
by: MrZed | last post by:
I run into this problem, and I read many places that these is not solvable. I have one solution (workaround), not simple, a little trickier, limited, but possible and usable. My main problem...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.