quote:Originally posted by TheKnifeThrower:When i go to the page in IE the browser window just closes without crashing.
quote:I like it. I should make a site that sees if you are using Explorer, and if you are, redirects you to that page. if not of course, you will be free to wander my site and explore its magical funtivities.
quote:Originally posted by M51DPS:Could someone give me code like that for my website?
quote:Code: [Select]Notice that it's only the <input> tag and the 'type' attribute that cause the crash. Take it and do what you wish with it. After all, it might take M$ another 7 years before they magically 'patch' this one as well.
quote:I know the code to make it crash, i meant what ecsyle was talking about. Or maybe instead of redirecting someone I should make a tiny invisible frame that every page has.
quote:<html><head> <meta http-equiv="refresh" content="1; URL=http://http://www.domain.com/realhomepage.html"></head><body><script language="javascript"><!--if (navigator.appName == "Microsoft Internet Explorer") { document.location = "http://www.domain.com/ie_crash.html"; } else { document.location = "http://www.domain.com/realhomepage.html";}// --></script></body></html>