I see that a typical pointer URL like http://localhost/cgi-bin/blog.r will not be adequate (throws a Rebol error) .... so I 'make up' a query string which seems to be required. I use, for instance http://localhost/cgi-bin/blog.r?get-object which satisfies blog.r 's need for a string and seems to then display the initial web page. Should this be necessary ? Is there a better 'right' way to call for the initial page?
Also, I have an image in the same folder as the Rebol core and the blog.r script. It is a file named dutch.jpeg. How can I change the parameters below so that the image will load and display....which it does not do now ? photo-file: %/dutch.jpeg photo-text: "Dancinman" photo-link: %/dutch.jpeg --------------------------------- Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
