Aloha
.load problem IE 3,4,6,7,8,9 help
Opera, FireFox OK
[code]
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
<ol id="load"></ol>
<script>
$("#load").load("altino.php");
</script>
</body>
</html>
[/code]