boxfire Posted January 23, 2004 Posted January 23, 2004 I need to use an include on a page such as: mysite.com/comments.cgi I know how to do this with pages that have the .php extension, but no idea how to do it on a page that's .cgi...and I can't change the file name, etc... How can I do this? Justin Quote
TCH-Don Posted January 24, 2004 Posted January 24, 2004 What type of file are you trying to include? php, html ....... if html, maybe <!--#include virtual="/pagename.html" --> if php, thats hard. Quote
boxfire Posted January 25, 2004 Author Posted January 25, 2004 I got it all worked out, but now I have a new problem... I use this code to serve ads. However, the images won't display unless I right-click, choose view image, then use the back button. Otherwise, they're broken. I tried support from adbutler, but they don't respond. Also, if I ad a seperate img tag pulling in the exact image the code tries to serve it'll work. You can see it at my site http://justinmclachlan.box-fire.com there's a small ad in the right-hand bar, and the image is broken. Try the right click thing and you'll be able to see it. Any idea why this is happening? Justin ><!-- Begin AdButler Code v6.01 --> <IFRAME SRC="http://servedbyadbutler.com/adserve/;ID=141730;size=234x60;setID=64922;type=iframe" WIDTH=234 HEIGHT=60 FRAMEBORDER=0 BORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 VSPACE=0 HSPACE=0 SCROLLING=NO> [if lt IE 4] <script SRC="http://servedbyadbutler.com/adserve/;ID=141730;size=234x60;setID=64922;type=js" LANGUAGE="JAVASCRIPT"> </script> <NOSCRIPT> <a href="http://servedbyadbutler.com/go2/;ID=141730;size=234x60;setID=64922"> <img src="http://servedbyadbutler.com/adserve.ibs/;ID=141730;size=234x60;setID=64922;type=img" border="0" height="60" width="234"></a> </noscript>[endif] </iframe> <!-- End AdButler Code --> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.