-3

For an education hacking challenge I need to implement javascript in my style attribute.

How can I do this?

<a id="bb" style ="javascript"> alert('test') </a>
Davin Tryon
  • 66,517
  • 15
  • 143
  • 132

1 Answers1

0

I think you will have to learn how is render html code and the style attribute. And then find a way to execute your own javascript code.

http://taligarsiel.com/Projects/howbrowserswork1.htm#Rendering_engines

Gauthier
  • 1,116
  • 2
  • 16
  • 39