hi i am having issue with ie 10.Please find my view source. Can anybody tell me what is wrong here
<!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">
<script type="text/javascript">
window.onload = function () {
if (document.getElementById('txtMessageIsFocus').value) {
document.getElementById('txtMessage').focus();
}
}
function NotFucus() {
document.getElementById('txtMessageIsFocus').value = "false";
}
function SetScrollPosition() {
var div = document.getElementById('divMessages');
div.scrollTop = div.scrollHeight;
}
function SetToEnd(txtMessage) {
if (tx ...
Go to the complete details ...