Am Dienstag, 3. September 2002 15:35 schrieb Michael Bell:
> Harald wallus schrieb:
> > On RAServer in cgi-raserver/sheets/app_req.html in line 6 OpenCA use
> >  <SCRIPT LANGUAGE="javascript1.2">
> > This is not known by IE6.0 (and I beleave,
> >     Mozilla nothing knows about  window.crypto)
> > The correct syntax is:
> > <SCRIPT type="javascript1.2">
>
> I think the correct syntax is <script type="text/javascript"> but I
> found an example from microsoft which uses <script
> language="JavaScript1.2">.
>
> http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q318086&;
>
> I think the major problem is that 0.8.1 doesn't support signing for IE.
>
> Michael
You are right:
This I found on the javascript tutorial for using javascript:
http://js-tut.aardon.de/js-tut/seite1.html

<title>Hello World</title>
<script type="text/javascript">
<!--
alert("Hello World");
//-->
</script>
</head>


Here
http://www.mozilla.org/js/language/
I found this ECMA-262 Edition 3, the ECMAScript Standard of 12/1999 with the 
standars of Javascript1.5.
http://www.mozilla.org/js/language/E262-3.pdf
This is very base, only for informatics with a very deep point of view (sorry 
for my english)

On
http://developer.netscape.com/docs/manuals/htmlguid/index.htm
(look by link SCRIPT) is used LANGUAGE= , but this is from 1998

And here, a tutorial :
http://www.w3schools.com/js/tryit.asp?filename=tryjs_headsection
they use your <script type="text/javascript">

I have set up my OpenCA 0.8.6 completly new and  I have it not finished yet, 
because I write everything down. The error, which  I have mailed, depence on 
a wrong DN in my server cert, I beleave. I got there 1.OU= and not OU=.
Tomorrow I know more about this.
I will also try: type="text/javascript".
I use Mozilla 1.1 on Linux and IE6.0 on W2k.

Greetings
Harald


-- 
Dr. Harald Wallus
Results GmbH 
Am Listholze 78, D-30177 Hannover 
Tel: +49(0)511 90 95 1-23  Fax: +49(0)511 90 95 = 1-90 
Email: [EMAIL PROTECTED] 
Internet: http://www.results-hannover.de 


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to