Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
an inline script "on an element" is something that appears right in the HTML, and also not inside of <script></script> tags. In other words, inside of an event attribute (like onclick), or in an href attribute, using the javascript: psuedoprotocol.
This is not something that I normally recommend doing, since I am a believer in separating behavior from presentation, but it can be a quick fix in some situations, as well as being important to understand, since it appears in many places.
|