Skip to main content
xenoveritas.org

Main navigation

  • Categories
  • Home
  • Links
  • Name Generator
  • Scramble
User account menu
  • Log in

Breadcrumb

  1. Home

IE Script Stupidity

By Xenoveritas, 25 January, 2006
Topics
Web
  • Add new comment

Some fun with Internet Explorer and general stupidity with the <script> tag and various standard attributes.

<script><!--
document.writeln("It worked!"); //--></script>

Did it work?

<script language="JavaScript"><!--
document.writeln("It worked!"); //--></script>

Did it work?

<script type="text/javascript"><!--
document.writeln("It worked!"); //--></script>

Did it work?

<script type="application/x-javascript"><!--
document.writeln("It worked!"); //--></script>

Did it work?

After each "Did it work?", if the script actually ran, you would see "It worked!". Otherwise, the script was ignored.

Current Games

I'm currently playing:

  • Final Fantasy XIV: Endwalker

I intend to maybe get around to finishing:

  • Literally anything else

Video Games Section

Thought for the Moment

I never have thoughts any more.

Old Thoughts

Has the LHC Destroyed the Earth?

  • Create new account
  • Reset your password
RSS feed
Powered by Drupal