Javascript + bigendian problem

Christian Weickhmann christian.weickhmann at gmx.de
Wed Nov 5 16:41:43 CET 2003


Hi!

> <script type="test/javascript">

You should write language="javascript" instead of this type-value.
Aditionally the MIME you specified is wrong. It should be text/javascript.
So the correct line would be

<script language="javascript">
or
<script language="javascript" type="text/javascript">

CU!

-- 
Whenever I hear anyone arguing for slavery, I feel a strong impulse to
see it tried on him personally.
		-- A. Lincoln


More information about the konq-e mailing list