I am developing a ASP.Net web site and my page works normally in IE/Firefox/Opera
This is the page source code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title> Content Navigation </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script language="javascript" type="text/javascript" src="/js/jquery/jquery-1.4.2.min.js"></script> </head> <body> dd222222222222222222222 <div id="content-tree"> </div> </body> </html>
It is simple, isn't it? But in my Chrome 6.0.472.53, I always get a white page, just a white page, nothing else.
After click the "Inspect Element" in context menu, here is the HTML DOM structure I see
<html xmlns="http://www.w3.org/1999/xhtml"><head><title> Content Navigation </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script language="javascript" type="text/javascript" src="/js/jquery/jquery-1.4.2.min.js"></script></head></html>
Hmmm, the body is gone! If I remove the jquery js reference line, body comes back
Is this a bug in Chrome or mine? my web host is IIS7.1
Thank you for any help
Update:
I have reported this issue to Chrome Help And here is the screenshot:
Correct: http://img128.picfoco.com/img.php?id=1274578614&q=&jump=5176678858&ru=
Incorrect: http://img122.picfoco.com/img.php?id=778329008&q=&jump=4680429165&ru=