Parent Directory
|
Revision Log
It seems that any HTMLElement, any HTML DOM attribute can be used in fact
1 | wakaba | 1.1 | <!DOCTYPE html> |
2 | <html> | ||
3 | <head> | ||
4 | <title>cssText = '' and die</title> | ||
5 | wakaba | 1.2 | <style></style> |
6 | wakaba | 1.1 | </head> |
7 | <body> | ||
8 | <p><button type="button" onclick=" | ||
9 | wakaba | 1.3 | document.getElementsByTagName ('style')[0].styleSheet.cssText = document.body.text + ''; |
10 | wakaba | 1.2 | ">Clicking this button is safe</button></p> |
11 | wakaba | 1.1 | </body> |
12 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |