Hey Joshua,
Try this instead of the original cgi example.

#!/usr/bin/env gbw2
<%
DIM sEnv AS String
PRINT "<!-- Variable declaration must come before any HTML -->"
PRINT "<html>"
PRINT "<body>"
PRINT "<h2>Test1 - check this out</h2><br>"
PRINT "<a href=\"link1.html\">Test link</a>"
PRINT "</body>"
PRINT "</html>"
%>

If this works it means that all your html tags need to be included in a
Print statement

I hope this helps

Regards
Dimitris

On Sun, Feb 21, 2010 at 1:59 AM, Fabien Bodard <gambas...@gmail.com> wrote:

> i think a usuakky it come from ubuntu 9.10 ... some ppa repository create
> errors
>
> 2010/2/21 Joshua Higgins <joshigg...@googlemail.com>:
> > OK, I started from scratch, installed Ubuntu 9.10, compiled svn, and it
> > works as expected.
> >
> > --
> > joshua higgins
> >>>>>>>------
> >
> ------------------------------------------------------------------------------
> > Download Intel&#174; Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to