Crash FreeTextBox using Javascript

Category: Javascript

Would you like to crash FreeTextBox? Here is the trick. Visit the page http://freetextbox.com/demos/Default.aspx

Click on HTML view and copy/paste the following code.

<script language="javascript">alert("Hi");</script>
Hello

Press “Save” button. This will convert your code into

<script language="javascript">
<![CDATA[lert("Hi");]]>
</script>
Hello

Note that “a” is missing. Pretty interesting!!! hmmmmmm….
Now again click on HTML view and copy/paste following code

<script language="javascript">
<![CDATA[alert("Hi");]]>
</script>
Hello

Now you will see error….. Hurray…… You crashed FreeTextBox !!!!!!!!!!!!!!!!
Now you might think how can I write javascript in FreeTextBox? Here is the solution.

<script language="javascript">
<!-- alert("Hi"); -->
</script>
Hello

Now it will perfectly show you script and will execute without any problem.

Share

2 comments

Your email address will not be published. Required fields are marked *

  1. saeeid says:

    hi
    i am saeed
    plz
    i am new jsp programer (no perfetional) ; i need a richtext box for my site;
    but i can not find it;
    pliz help me
    thank you