-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
  • 64,963
  • 15
  • 144
  • 131

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
  • 984
  • 2
  • 13
  • 35