Hi Rolf-Werner

> Now, to make things somewhat clearer, let me add this:
>
> During the last two hours or so I set up a commandline application in
> Gambas doing this:
>
> PUBLIC SUB Main()
>
>    PRINT "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01
> Transitional//EN\">"

Here you have to print an empty line - its part of the HTML-Standard!

> PRINT "<html> 
>    PRINT "<head>"
>    PRINT "<title> Testseite </title>"
>    PRINT "</head>"
>    PRINT "<body bgcolor=\"#E0E0E0\">"
>    PRINT "<h1>Testeingabe</h1>"
>    PRINT "</body>"
>    PRINT "</html>"
>
>
> END

> Premature end of script headers: (and the name of the executable)
Error comes form bad formated HTM-Output.

Gruß
Rolf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to