Hi this is very simple javascript code to crash the client browser. If you don’t know about javascript ,visit www.w3schools.com(i learn lot of languages quickly there).
<script type=’javascript’>
function crash()
{
while(1==1)
{
location.reload(true);
}
</script>
This code will reload the page...