Re: Unknown runtime error
On Wed, 07 May 2008 23:59:21 +0200, Thomas 'PointedEars' Lahn
<PointedEars@we b.dewrote:
Gee, I an doing it for almost 10 years, and I don't know. Pray
enlighten me: what goes between the tags
<script language="javas cript" type="text/javascript">
//some script
</script>
???
And what this thing refers to:<script language="javas cript"
type="text/javascript" src="Scripts/someFile.js"></script>
If the script in question is not javascript, then what is?
AFAIK, JScript is MS implementation of ESMAscript, with some things a
bit different from javascript (don't care which ones and how different
- just not using any MS-specific stuff in scripting). Yet IE
understands regular plain javascript just as well as any MS-specific
one.
This is Usenet. And the last time I checked, the 1st Amendment was
still on the books.
RGDS,
NNN
On Wed, 07 May 2008 23:59:21 +0200, Thomas 'PointedEars' Lahn
<PointedEars@we b.dewrote:
>nobody@nowhere .net wrote:
>
>You obviously don't know what JScript and JavaScript are.
>On Tue, 06 May 2008 21:36:14 +0200, Thomas 'PointedEars' Lahn
>>
>It attaches to IE and debugs _any_ script currently running - be that
>MS-only JScript, plain vanilla JavaScript, or even (cough!) vbscript.
>>nobody@nowhere. net wrote:
>>>Ever tried to use MS VS.NET for debugging JS? Try it, and you'll
>>>never want to use anything else.
>>I have tried it, and I prefer the MS Script Debugger for JScript, for its
>>not being evaluation software that cannot be registered, and its comparably
>>small memory footprint. Never wanting to use anything else would be
>>nonsense anyway because MS VS.NET can only debug JScript, not JavaScript or
>>other ECMAScript implementations .
>>>Ever tried to use MS VS.NET for debugging JS? Try it, and you'll
>>>never want to use anything else.
>>I have tried it, and I prefer the MS Script Debugger for JScript, for its
>>not being evaluation software that cannot be registered, and its comparably
>>small memory footprint. Never wanting to use anything else would be
>>nonsense anyway because MS VS.NET can only debug JScript, not JavaScript or
>>other ECMAScript implementations .
>It attaches to IE and debugs _any_ script currently running - be that
>MS-only JScript, plain vanilla JavaScript, or even (cough!) vbscript.
>You obviously don't know what JScript and JavaScript are.
enlighten me: what goes between the tags
<script language="javas cript" type="text/javascript">
//some script
</script>
???
And what this thing refers to:<script language="javas cript"
type="text/javascript" src="Scripts/someFile.js"></script>
If the script in question is not javascript, then what is?
AFAIK, JScript is MS implementation of ESMAscript, with some things a
bit different from javascript (don't care which ones and how different
- just not using any MS-specific stuff in scripting). Yet IE
understands regular plain javascript just as well as any MS-specific
one.
It would appear
>to be best to refrain from posting here until you do.
>to be best to refrain from posting here until you do.
still on the books.
NNN
Comment