Printing to the web browser

new topic     » topic index » view thread      » older message » newer message

Hi
I have been trying to get euphoria to print to a web browser using this code.
puts(1, "Content-type: text/html\n\n")
    puts(1, "<html><head><title>Thank You</title></head>\n")
    puts(1, "<body  bgcolor=\"#FFFFFF\">\n")
puts(1,"<br>\n")
puts(1, "<a href=\"http://www.RapidEuphoria.com/economy.txt\">")
puts(1, "</body></html>\n")

but all I get in the web browser is this:
puts(1, "Content-type: text/html\n\n") puts(1, "\n") puts(1, "\n") puts(1,"
\n") puts(1, "") puts(1, "\n")

Does anyone know why this is going on
Also I do php right now but would like to use euphoria in my web pages
any info on how to use euphoria would be helpfull.Thanks
David Mosley
davidmosley at davesjigsaw.com

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu