<html> | |
<head> | |
<script> | |
window.onload = function() | |
{ | |
document.getElementById("detached").focus(); | |
} | |
</script> | |
</head> | |
<body> | |
<table> | |
<tr> | |
<td width=100px >This is some filler text. This is some filler text.This is some filler text. </td> | |
<td width=350px> The text in this anchor element <a href="#" id="detached">should <br>contain</a> 2 detached pieces. This test shows how the link would look text.</td> | |
</tr> | |
</table> | |
</body> | |
</html> | |