Hello everybody. Couple of hours I was fooling around with JavaScript (in M$ FrontPage 98, scince nothing else was at hand's reach at that moment) and I found an interesting thing, I was writing a code in JS to open up a new small window on loading:
...
<body onLoad="newWin=window.open('here is a space ', 'message', toolbar=0, status=0, width=100,height=120);">
...
And if you leave a space where a url of the incoming page should be located, M$ opens up a temp directory, does this lead to vunurability of remote access to files on other peoples disks?
I've heard of JavaScript Vulnurabilities, that allow malicious webmasters to view other people drives, but well what are your ideas?
Or is this a compliment of M$?