If you are using Mozilla's latest browser, Firefox 3.5 then you may be running in risk. There seems to be a critical JavaScript vulnerability in the newly launched 3.5 version of Firefox. Mozilla's security blog has just published
this post describing the vulnerability.The vulnerability can be exploited by an attacker who tricks a victim ...
Last night I came across very weird problem of JavaScript. I wrote a JavaScript code to select all the option of the list. Let's take following example for demonstration. HTML code:1 2 3 4 5 6a b c dselect all numbers select ...