jswayman
03-27-2005, 05:01 AM
Hello all.
I have built a web app and it works great, unless the client machine is running XP SP2. Once the user clicks on the login button, the app closes.
The window that opens after your login is authenticated is essentially a pop up since it is opened by the JavaScript called from the login page.
I first thought that it was because of the pop up blocker and/or windows firewall that are enabled by default.
I do not have XP SP2 myself so it is hard to debug. I called a couple friendswith SP2 and walked them through the scenario.
Here is what we tried:
Friend # 1
1.Adding my domain to the list of trusted sites
2.Adding my domain to the list of accepted sited in the pop up blocker setting
3.turning off the pop up blocker.
4.turning off windows firewall.
Nothing worked.
Friend # 2
1.Adding my domain to the list of trusted sites(WORKED!!)
Both friends are using brand new Dell's with XP SP2 (less than a month old)
The one that worked is a laptop, the one that doesn't is a desktop. (that should have no bearing, but who knows?)
Does anyone have a clue as to what may be causing this? Istill think it may be a security setting, but I can't find it.
Can I modify my code to account for it so I don't have to ask my users to change their settings?
Here is my site...try it for yourself...
www.interlock-solutions.com (http://www.interlock-solutions.com)
I've set up a temp username and password too. (case sensitive)
username = guest
password = password
Thank you in advance.
Joe
I have built a web app and it works great, unless the client machine is running XP SP2. Once the user clicks on the login button, the app closes.
The window that opens after your login is authenticated is essentially a pop up since it is opened by the JavaScript called from the login page.
I first thought that it was because of the pop up blocker and/or windows firewall that are enabled by default.
I do not have XP SP2 myself so it is hard to debug. I called a couple friendswith SP2 and walked them through the scenario.
Here is what we tried:
Friend # 1
1.Adding my domain to the list of trusted sites
2.Adding my domain to the list of accepted sited in the pop up blocker setting
3.turning off the pop up blocker.
4.turning off windows firewall.
Nothing worked.
Friend # 2
1.Adding my domain to the list of trusted sites(WORKED!!)
Both friends are using brand new Dell's with XP SP2 (less than a month old)
The one that worked is a laptop, the one that doesn't is a desktop. (that should have no bearing, but who knows?)
Does anyone have a clue as to what may be causing this? Istill think it may be a security setting, but I can't find it.
Can I modify my code to account for it so I don't have to ask my users to change their settings?
Here is my site...try it for yourself...
www.interlock-solutions.com (http://www.interlock-solutions.com)
I've set up a temp username and password too. (case sensitive)
username = guest
password = password
Thank you in advance.
Joe