Although not the problem here I have also noted that you will get this
message if you have forgotten to put in the <HTML> tag in the beginning of
the CSP file. This has happened to me a couple times and I have been looking
and looking as nothing else have indicated that something was wrong. Simply
looking in the wrong place ;-) I just thought I'd mention it in case someone
is reading this tread having a similar problem.

IVer ERling �rva

"Mirza T" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> Why I get this Error :
>
> my sample code is:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> </head>
> <script language=CACHE method="getidkom" arguments="jmbg:%String"
> returntype="%String">
>  &sql(select osbro_kom into :idkom from informix.komitent
>   where jmsdk_kom=:jmbg)
>      Quit idkom
> </script>
>
>
> <script language="JavaScript" type="text/JavaScript">
> var sifrakom=#server(tb.Procs.getidkom(4209268640003))#;
> alert(sifrakom);
> //// OR
> var sifrakom2=#server(..getidkom(4209268640003))#;
> alert(sifrakom2);
> </script>
>
> <body>
>
> </body>
> </html>
>
>
>



Reply via email to