[REBOL] Frames Problem

2000-06-11 Thread louisaturk
Dear REBOL friends, I am using one frames based web site to tie several other web sites together so as to be able to navigate through them as parts of a unified body. The header frame has links to the various web sites which display in the main frame. This is working great except for one

[REBOL] HTML.r Re:(2)

2000-06-04 Thread louisaturk
Andrew, Thanks for the help. Sorry to bother you again, but I now get the following error message: ** Script Error: Include has no value. ** Where: Include %ML.r HTML_Attributes!: Extend ML_Attributes! Perhaps there is another file missing? Also, how does this program work? Well

[REBOL] Good Article in July-2000 Dr.Dobbs Journal by Carl S. Re:(2)

2000-05-31 Thread louisaturk
This may be the article referred to: http://technetcast.ddj.com/tnc_program.phtml?program_id=25 At 07:33 PM 5/31/00 +0200, you wrote: Hi, does anyone know how to get that article over here in Germany??? Thanks, Tom [EMAIL PROTECTED] wrote: Just got my July 2000 Dr. Dobbs Journal

[REBOL] Simple CGI Problem Re:(5)

2000-05-24 Thread louisaturk
Allen, Your solution worked! Many thanks to you and everyone else that has helped me with this problem. Here is the exact line that works: IFRAME frameborder=0 SRC=http://www.worldmerchantltd.com/cgi-bin/counter.r/IFRAME Thanks again to everyone. Louis At 08:47 PM 5/24/00 +1000, you

[REBOL] Simple CGI Problem Re:(8)

2000-05-24 Thread louisaturk
Yes, please send it. And thanks! Louis At 11:01 AM 5/24/00 -0700, you wrote: You probably wont need it, but I now have source for that available on request. [EMAIL PROTECTED] wrote: I love the inline frame tag, but unfortuneately its not well supported yet. That makes it a bad counter

[REBOL] Simple CGI Problem

2000-05-23 Thread louisaturk
Dear REBOL Friends, What is the HTML code for activating a REBOL CGI script from a web page? Specifically I want to activate a hit counter. I know the answer must be simple, but I am trying to learn REBOL and HTML at the same time, and the answer eludes me. Thanks, Louis

[REBOL] Simple CGI Problem Re:(2)

2000-05-23 Thread louisaturk
Ryan and Ralph, I still can't get it to work on my home page. My web host does support SSI; I'm not sure about PHP. I am using Drumbeat 2000, and am using the "Roll Your Own HTML" smart element to insert the code into the home page. Here is my counter:

[REBOL] CGI Error

2000-05-17 Thread louisaturk
I'm having trouble getting set up. What is causing the following error message? I it caused by me or my ISP? Many thanks in advance. Louis CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

[REBOL] CGI Error Re:

2000-05-17 Thread louisaturk
I should have mentioned that I am trying to get the cgiemailer.r script from rebol.com to work. I haven't changed anything except the path in cgiemailer.html. Louis At 06:23 PM 5/17/00 -0500, you wrote: I'm having trouble getting set up. What is causing the following error message? Is it

[REBOL] CGI Error Re:(2)

2000-05-17 Thread louisaturk
Kev, My last post was directed to you, but I forgot to put your name on it. Sorry. Thanks for the help. Louis At 04:07 PM 5/17/00 -0700, you wrote: Louis wrote: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did

[REBOL] CGI Error Re:(2)

2000-05-17 Thread louisaturk
Here's the script: #!rebol -cs REBOL [ Title: "Sends Email via CGI Form" Date: 20-July-1999 File: %cgiemailer.r Purpose: { Uses a Web form to send an email message. } ] print "Content-Type: text/html^/^/" ;-- Required Page Header print

[REBOL] rebol ecommerce site Re:(3)

2000-05-16 Thread louisaturk
Ed, What version of REBOL did you use to construct the Saville Flowers web site (core, view, command)? Louis At 11:59 PM 5/15/00 +0100, you wrote: On 15-May-00, [EMAIL PROTECTED] said about the subject [REBOL] rebol ecommerce site Re:: Hi, On what type of system is this site running? What