I have a site where a page http://www.example.com/errorpage.html?errmsg="Some error string"
This error string is then rendered into the webpage in a <p class="error">Some error string</p>
fashion server side, then the HTML is sent to the client.
I've been trying for the past while to see if I can escape this and change the markup without success.
Is it even possible, or is the page secure.
Thanks -Mitchell