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