Have you tried using IFRAME ? It works, as long as the browser supports
HTML4.0

<HTML>
<BODY>
<IFRAME frameborder=0 SRC=http://www.worldmerchantltd.com/cgi-bin/counter.r>
</IFRAME>
</BODY>
</HTML>

Check out http://www.w3.org/TR/html4/present/frames.html#edef-IFRAME for
more details on this tag.

Cheers,

Allen K


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 4:32 PM
Subject: [REBOL] Simple CGI Problem Re:(3)


> Hello,
>
> [EMAIL PROTECTED] wrote:
>
> > 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.
> >
>
> [...]
>
> >
> > Please examine the source code of this home page (
> > http://www.worldmerchantltd.com ), and see how Drumbeat inserted the
> > html.  I suspect that the problem lies there.
> >
> > A good book on HTML would probably solve my problem; do you recommend
one?
>
> I don't think that's a matter of HTML - it's a matter of the server used
here. How
> about putting your counter and the HTML code of your homepage in one
single .r
> file, and calling this as your homepage? That's the only other idea I can
think
> of, if including doesn't work.
>
> Regards
> Christian
>
>

Reply via email to