Browser capability test

When i was sitting workless just thought of testing my browser with java script and also my system capability to work on stress.I did two test in two browsers

1.Internet Explorer 6.0

2.Firefox 3.1X

Try the same to even to test your browsers.

First one tested runing a saved javascript file and here is the coding.

<script language=”javascript”>
var n=100;
for(i=0;i<100;i++)
window.open(“http://www.hwquest.com”);
</script>

IE:

Internet Explorer started opening 100 windows LOL. I killed the IE image in taskmanager.

Firefox:

Wisely showed a popup blocker asking user permission saying “This site trying to open 100 popups”

Thought how wise are the firefox programmers, extending one step further i tried direct javascript implementation by typing this in address bar

javascript:for(i=0;i<100;i++)window.open(“http://www.hwquest.com”);

The result it opened 100 tabs. So its not bad to report this bug or problem to firefox team.

IE 7 resulted in alert message saying harmful script!