cant post on one particular site?
neogeo0823
Deep within the bowels of a sperm whale
ok, i use IE, ltest version. ive performed all the antivirus/anti malware scans i can and i still cant figure out whats causing this problem.
i have this problem with one particular site that i go to. its a forum, and this problem only began a few days ago. whenever i try to type anything in any text box on that site, the focus of the text cursor shifts from whatever box its at to some other object somewhere else in the window. it does this before i have the chance to type anything, so it makes it very hard to post. also, if i have that site open in a tab and i try to open my bookmarks list, or try to view another, seperate window, the focus immediately shifts back to that tab.
i have no idea why IE would do this or why it would only happen on that site, but this leads me to believe that its that site thats the problem and not my computer. however, no one else on the site seems to have this problem. i can usually work around it through a few different methodes, but its very inconvenient.
any ideas, suggestion or anything on where i should start?
thanks in advance.
i have this problem with one particular site that i go to. its a forum, and this problem only began a few days ago. whenever i try to type anything in any text box on that site, the focus of the text cursor shifts from whatever box its at to some other object somewhere else in the window. it does this before i have the chance to type anything, so it makes it very hard to post. also, if i have that site open in a tab and i try to open my bookmarks list, or try to view another, seperate window, the focus immediately shifts back to that tab.
i have no idea why IE would do this or why it would only happen on that site, but this leads me to believe that its that site thats the problem and not my computer. however, no one else on the site seems to have this problem. i can usually work around it through a few different methodes, but its very inconvenient.
any ideas, suggestion or anything on where i should start?
thanks in advance.
0
Comments
Probably not a virus with only one site not working right. Could be a site written partly or mostly in Java. (The ones that are almost or all Java have an address for pages that ends in .jsp typically). Java is needed to be present in a client (on your computer in order for your IE 7 to handle .jsp sites. The most current Java JRE is 1.5.0.10.
Test Internet Explorer for version 7 is known to have issues with some sites and some software on client computers that conflicts with IE 7 exists. I do not have a list of known conflicting software.
I would not run IE 7 on XP less than SP2. It (IE 7) needs the ActiveX in SP2 or Vista to try and be more reliable with Java.
IE 7 can be uninstalled in Control Panel > Add\Remove Programs.
Alternatively, get the latest FireFox and see if it runs that site better-- it works with Java better if the latest Java JRE is present when you install FireFox. FireFox and Mozilla and Seamonkey 1.1 all are written to be Java compatible while IE is not truely written to work real well with Java. They do NOT use ActiveX much at all (Windows may intercede an occasional ActiveX).
If all these Ideas do not work, the site's focus code is malfed versus IE 7 test and the problem can probably be worked around with an email conversation started with a Feedback email to the owner of the site-- which might also get the code fixed.
You can't run IE7 on anything less than SP2.
Please elaborate further.
Do you have proof of this?
As to why recent ActiveX is needed to be more compatible with Java:
For a long time Sun Microsystems and Microsoft were embattled concerning whether Microsoft had a license to use Java in its code. Microsoft had a J# but that J# was NOT Sun Java-- it was based on what Sun called an obsolete Java base and sued Microsoft and won millions of dollars in a settlement for having used Sun's code base to develop a new development language. After that, Microsoft and Sun are somewhat working together to make their code intercompatible. Thus, some more recent ActiveX works better with some basic Java and reduces the nav errors IE has with Java sites with the JRE registered in IE as a plugin for some code fed for navigation of sites and layering of graphic elements.
If activeX is used with a browser to have THE BROWSER build the page and what is fed in code to the browser to determine what SHOULD build and what the computer client gets is Java JRE calls then ActiveX is used to build the site page. Layering and navigation through site will be limited or broken. THE BROWSER and ActiveX are trying to handle foreign code. Mouse events are handled differently in Java and ActiveX. The JRE understands Java mouse events. ActiveX does not. Java Servers feed beans to call the JRE events as needed. JRE understands these calls, ActiveX does not. What is slowly happening is that Microsoft and Sun are cooperating some with Java use or totally Java built sites. This makes IE work better some with some critical things as mouse movement detection, OnClick reactions, MouseOver responses, etc for navigation. Layering of pages from an activeX set when the page is coded for JRE interpretation is broken. Been broken for 8 or more years. I've used the JRE and\or Java SDK for that long, either going so far as to install Java completely in computers to let folks read pages that they can't with IE or just the JRE to interpret pages more recently.
I still don't quite understand. Do you have concrete proof of this? Links? Studies?
I'm not sure what a a true Java site is, but Java doesn't have "cross-code" because Java is designed to be cross-platform. It doesn't have to rely on ActiveX because ActiveX has nothing to do with Java.
It doesn't, but I'll let you humor me anyway.
Sorry, friend, I'm just not following you 100%. Take a step back for a minute and pretend I'm computer illiterate, then explain this to me in non-techie terms.
I think the problem is you're mixing server-side and client-side. Java servers output HTML or XML to browsers. Java applets are served, but the JRE compiles them client-side. You don't need a Java server to have a site with Java applets.
I think you mean JavaScript, not Java. Those events are controlled by JavaScript, a client-side scripting language.
I hear ya, bud, but I still would like to see concrete evidence of this broken JRE-ActiveX condition.