1 2 3 4 5 6 7 8
<html> <head> <link rel="stylesheet" type="text/css" href="javascript:'p { color: green }'"> </head> <body onload="parent.next(window);"> <p>Hello</p> </body> </html>