HTML tag that crashes IE!
- Tool-Of-The-System
-
Tool-Of-The-System
- Member since: Jun. 25, 2001
- Offline.
-
- Forum Stats
- Member
- Level 23
- Blank Slate
My friend just showed me this earlier, and I want to show it to the rest of you guys.
For some reason, the scripting for web pages, HTML, has a tag in it that actually causes Internet Explorer to crash.
Put this on an HTML file and remember to replace the brackets in here with the regular HTML brackets ( > & < )
[html]
[form]
[input type crash]
[/form]
[/html]
Would anyone happen to know why they made that command? If not, tell what you think about it.
- Tool-Of-The-System
-
Tool-Of-The-System
- Member since: Jun. 25, 2001
- Offline.
-
- Forum Stats
- Member
- Level 23
- Blank Slate
What the fuck is this? Are you people ignoring me again? -.-
- Ozcar
-
Ozcar
- Member since: May. 12, 2002
- Offline.
-
- Send Private Message
- Browse All Posts (33,255)
- Block
-
- Forum Stats
- Member
- Level 32
- Blank Slate
At 5/3/03 02:36 PM, Tool_Of_The_System wrote: What the fuck is this? Are you people ignoring me again? -.-
Hahahhaa... good joke :) But that dude of you don't know about html :) hehehehehe...
- SteveGuzzi
-
SteveGuzzi
- Member since: Dec. 16, 1999
- Offline.
-
- Send Private Message
- Browse All Posts (13,155)
- Block
-
- Forum Stats
- Supporter
- Level 16
- Writer
Whoa...I didn't believe you but I tried anyway, and yeah - it crashed. That's nutty. I searched MSDN for info on it but couldn't find any.
- Fatboy
-
Fatboy
- Member since: Sep. 22, 2001
- Offline.
-
- Forum Stats
- Member
- Level 43
- Blank Slate
Yup, it's real alright. For those who wanna see what happens (nothing bad other than closing your IE window) go here.
- Chen-Baiwan
-
Chen-Baiwan
- Member since: Jul. 10, 2002
- Offline.
-
- Forum Stats
- Member
- Level 17
- Blank Slate
At 5/3/03 01:53 PM, Tool_Of_The_System wrote: My friend just showed me this earlier, and I want to show it to the rest of you guys.
For some reason, the scripting for web pages, HTML, has a tag in it that actually causes Internet Explorer to crash.
I'd try it myself if Stuporman and others didn't already do so...and if I wasn't trying to get more publicity for my site....
- cylon
-
cylon
- Member since: Oct. 26, 2002
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
Is it specific to using "crash" as the input type, or does using any non-valid word crash it? Like if you used "input type ketchup", would that crash it too, or just not work at all?
- NEMESiSZ
-
NEMESiSZ
- Member since: Apr. 13, 2001
- Offline.
-
- Forum Stats
- Member
- Level 45
- Blank Slate
Anyway want to have some serious HTML fun, learn about Dynamic Images.
You can do some interesting things with it, way more interesting than the input: crash thingy.
- SteveGuzzi
-
SteveGuzzi
- Member since: Dec. 16, 1999
- Offline.
-
- Send Private Message
- Browse All Posts (13,155)
- Block
-
- Forum Stats
- Supporter
- Level 16
- Writer
At 5/3/03 04:25 PM, NEMESiSZ wrote: Anyway want to have some serious HTML fun, learn about Dynamic Images.
I know you can create dynamic images through PHP, and you can change text and images around with CSS filters...but I've never heard of HTML "dynamic images".
- sk1tso
-
sk1tso
- Member since: Sep. 23, 2002
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
I personally like this .....
[SCRIPT language=VBScript]
[!--
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
--]
[/SCRIPT]
- lightning
-
lightning
- Member since: Apr. 12, 2002
- Offline.
-
- Forum Stats
- Member
- Level 41
- Blank Slate
At 5/3/03 03:14 PM, Fatboy_ wrote: Yup, it's real alright. For those who wanna see what happens (nothing bad other than closing your IE window) go here.
why did i go to that link if i knew it was going to crash? =P
- lightning
-
lightning
- Member since: Apr. 12, 2002
- Offline.
-
- Forum Stats
- Member
- Level 41
- Blank Slate
At 5/3/03 03:14 PM, Fatboy_ wrote: Yup, it's real alright. For those who wanna see what happens (nothing bad other than closing your IE window) go here.
i did you go there when i knew it was going to crash? =P
- MustardGT
-
MustardGT
- Member since: Feb. 20, 2003
- Offline.
-
- Forum Stats
- Member
- Level 24
- Blank Slate
Actually this link:
http://www.secunia.com/advisories/8642/
explains the situation better. The <input type crash> has to be altered to make any of the vulnrable apps to crash, so whoever said that it crashed their shit is full of it.
- RazorBladez
-
RazorBladez
- Member since: Sep. 23, 2002
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
yay. i use opera, no problem. didn't crash at all.
- SteveGuzzi
-
SteveGuzzi
- Member since: Dec. 16, 1999
- Offline.
-
- Send Private Message
- Browse All Posts (13,155)
- Block
-
- Forum Stats
- Supporter
- Level 16
- Writer
At 5/3/03 06:45 PM, MustardGT wrote: The <input type crash> has to be altered to make any of the vulnrable apps to crash, so whoever said that it crashed their shit is full of it.
What the hell are you talking about? If you have Internet Explorer, try it, and you'll see it crash. Nothing has to be "altered". The link you gave even explains it. Do you know how to read properly, or are you just stupid?
- the-unknown-soldier
-
the-unknown-soldier
- Member since: Jun. 1, 2002
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
At 5/3/03 04:44 PM, sk1tso wrote: I personally like this .....
[SCRIPT language=VBScript]
[!--
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
--]
[/SCRIPT]
Lmao. that one owns!


