5 |
<style></style> |
<style></style> |
6 |
</head> |
</head> |
7 |
<body> |
<body> |
|
<p><textarea></textarea></p> |
|
8 |
<p><button type="button" onclick=" |
<p><button type="button" onclick=" |
9 |
document.getElementsByTagName ('style')[0].styleSheet.cssText = document.getElementsByTagName ('textarea')[0].accessKey + ''; |
document.getElementsByTagName ('style')[0].styleSheet.cssText = document.body.text + ''; |
10 |
">Clicking this button is safe</button></p> |
">Clicking this button is safe</button></p> |
11 |
</body> |
</body> |
12 |
</html> |
</html> |