зеркало из https://github.com/mozilla/pjs.git
23 строки
517 B
HTML
23 строки
517 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<body>
|
|
|
|
<div style="height:auto; overflow:auto; background-color:red;">
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<script language="JavaScript">
|
|
time1 = new Date()
|
|
document.write('<img src="http://www.mozilla.org/images/mozilla-banner.gif?' +time1.getTime()+'">');
|
|
// document.write("<img src='http://myweb.cableone.net/performance/perftest/gfx/test.jpg?"+time1.getTime()+"'>")
|
|
</script>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|