mackyda
06-26-2007, 10:00 PM
In the following code:
<script language="javascript">
document.write(unescape('%3C%3C%63'));
</script>
Why is only '<' outputted and not '<<c' ?
<script language="javascript">
document.write(unescape('%3C%3C%63'));
</script>
Why is only '<' outputted and not '<<c' ?