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>
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>
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