I am learning about XSS (for ethical purposes), and I was wondering how to execute some JavaScript code without using <script>
tags. This is within the
HTML tag:
"The search term" <p> *JavaScript here* </p> "returned no results"
For some reason, the script tags are not working.
<script>
tag works fine – Adsorbatescript
tags here, nor example where you proof your statement (an example where js is executed and one where not), in which context your snipped is used/evaluated, ... . If this is plain html then the it does not matter if there are"
around the text or not. – Abduction