Project

General

Profile

Inline Javascript executed when edited

Added by Joe Blauer over 15 years ago

Has anyone noticed that typing valid javascript (complete with script tags) in the body of an issue comment, executes that javascript (and doesn't display it) when that comment is edited?


Replies (3)

RE: Inline Javascript executed when edited - Added by Jerry Hilts over 15 years ago

<script type="text/javascript">
alert("Uh oh!");
</script>

    (1-3/3)