In the use of Ajax applications protype.js, there will be such a problem: as long as called Ajax.Request, and then point to the right page, view the "Properties" on the pop-up "IE stopped working" dialog box, and then forced to reload the page, the solution is in your call to the Ajax application protype.js page, add the following passage: <meta http-equiv="x-ua-compatible" content="ie=7" /> the role of these words is to make ie6 or above versions.
See code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title>XXXX</title>
To achieve dynamic loading JS script has four kinds of methods: 1, direct document.write document.write ( " "); 2, dynamic script to change the src property has been ...
Process migration from tomcat to websphere changes Because customers use the web application server software used by different what tomcat5, tomcat6, websphere5.1, websphere6.1, weblogic8, and so on, ...
dsfdsa http://lindows.javaeye.com/admin/blogs/213348 Tomcat 6 with the connection pool data source configuration http://www.blogjava.net/ec2008/archive/2008/07/19/216063.html project: test Driver path ...
Servlet brief introduction: Servlet is a small application server Are used to complete the B / S architecture, the client requests the response to treatment Platform independence, performance, able to ...
Hibernate cache level: (1) a cache is very short and the session life cycle consistent, also known as session-level cache-level cache or transaction-level cache (2) Ways of Supporting level cache: get ...