I must say that the buttons which post to the server work fine.
The buttons which fire client events don't work.
Client events related more to javascript/ajax, and you have to search in this direction. It's not possible to troubleshoot it without seeing it working (or not) on the site.
Germans are not different than anyone else in the world, except few letters in ABC: äöü and ß. If your scripts do something with such letters - check if all there is working right. If you have no translation on client events - it must be something else.
ardestan
Member
28 Points
67 Posts
Web site not working in germany.
Sep 11, 2011 11:18 AM|LINK
Hi all,
i have a web site, which runs perfectly on Win7 - US machines.
The problem starts when German users trying to use the site.
When a person from Germany tries to use some of the website's buttons , the buttons are not functioning.
I must say that the buttons which post to the server work fine.
The buttons which fire client events don't work.
I have tried to do the following:
1. Force utf-8 encoding for all the website, in webconfig and page meta data
2. Tried to change Users browser settings.
None of the above worked, Please Help!
Thanks.
smirnov
All-Star
24594 Points
4192 Posts
Re: Web site not working in germany.
Sep 11, 2011 11:44 AM|LINK
It must be something browser related, nothing to do with a location. Check what browsers users have and if javascript support is enabled.
ardestan
Member
28 Points
67 Posts
Re: Web site not working in germany.
Sep 11, 2011 12:49 PM|LINK
Hi.
I have 2 customers in Germany , they have different browsers.
One has firefox and chrome, the other one only firefox.
All the settings are correct , they are both using javascript support.
One of the users tried to use the system Via iphone Saffari browser, it didn't worked for him as well.
Here at the development center all seems to work fine.
US-based customers are working fine with the system, I didn't get complains about any browsers or phone browsers.
German users can't use some of the site's features due to this problem.
Maybe there is something else that i am missing?
I am using ASP.NET MVC 2 with JQuery for our web site development.
Thanks.
smirnov
All-Star
24594 Points
4192 Posts
Re: Web site not working in germany.
Sep 11, 2011 03:39 PM|LINK
Client events related more to javascript/ajax, and you have to search in this direction. It's not possible to troubleshoot it without seeing it working (or not) on the site.
Germans are not different than anyone else in the world, except few letters in ABC: äöü and ß. If your scripts do something with such letters - check if all there is working right. If you have no translation on client events - it must be something else.