"Andy Hassall" <andy@andyh.co.uk> wrote in message
news:mptotvg3b1f137f1k768ke078sul33dp6l@4ax.com...
> On Sun, 14 Dec 2003 14:46:42 -0000, "distant"
<distant5939@hot-FOAD-mail.com>
> wrote:
>
> > How, using only HTML, can I include my PHP script onto an existing
> >page?
> > i.e. I give them a snippet of HTML to paste into their page which calls
and
> >the PHP script.
>
> http://www.w3.org/TR/html4/struct/ob...dded-documents
> http://www.w3.org/TR/html4/present/frames.html#h-16.5
>
That seemed great! So I tried
<IFRAME src="http://www.myurl.com/view.php?nickname=distant" width="400"
height="500" scrolling="auto" frameborder="1"</IFRAME>
But it didn't work, nothing displayed :(
Neither did
<OBJECT id="http://www.myurl.com/view.php?nickname=distant">
</OBJECT>
or
<OBJECT data="http://www.myurl.com/view.php?nickname=distant">
</OBJECT>
I'll keep fiddling but any hints would be great 'cos I can't see myself
getting anywhere atm!
distant