This probably has been posted/reported before, but anyways...
I was writing some php and needed a form, but I screwed up...heh
Here's the problem:
I needed a form, so I wrote this little code:
I messed up the <input type>-part, but hadn't noticed... I saved the file and tried to open it using Notepad. I right-clicked it and explorer crashed... OK, that can happen... tried again.. same thing... I uploaded it to my ftp-server and tried to open it... IE crashed...Code:<html>
<form>
<input type>
</form>
</html>
Here's the file. **Warning* This WILL make IE crash.. *
As far as I can tell, IE can't handle a faulty <input type>... you could put whatever you want there (<input type Internet Explorer is a piece of bloatware>) and it crashes...
Other browsers seem to be smarter and can handle it...
Can anyone confirm this? I'm on Win 2k with IE 6...
And could anyone save that file locally and right-click it? It almost made me reboot...
