REBOL [
    Title: "Easy CGI Form (HTML Part)"
    Date: 19-Jul-1999
    File: %cgiformhtml.r
    Purpose: "HTML form to go with Easy CGI example (cgiform.r)."
    Notes: {
        Just DO this script to generate the file.
    }
    library: [
        level: 'intermediate 
        platform: none 
        type: none 
        domain: 'cgi 
        tested-under: none 
        support: none 
        license: none 
        see-also: none
    ]
    Version: 1.0.0
    Author: "Anonymous"
]

write %cgiform.html {



    
    untitled




CGI Form Example

Name:

Email:

Phone:

}