Re: embedding a CGI script in a HTML page?
[email protected] (David Dorward) Sun, 14 Dec 2008 15:04:41 +0000
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
Adam Jimerson wrote: > Not exactly what I was looking for I meant like using an <embed> or > <object> tags, which I did try it out and using the <object> tags to > embed works with Firefox 3 I don't know if it works for all browsers. <iframe>, but frames have issues. (And <object> for HTML is effectively the same as an iframe, but less well supported. > The reason why I posted is because I wanted my page to look like this > http://vendion.dyndns.org/guestbook.html as opposed to the basic white > page when viewed through /cgi-bin/guestbook.cgi. Change the script to use a template that matches the design of the rest of the site. -- David Dorward <http://dorward.me.uk/>