Call the script using an image tag, and have the script return a 1x1 pixel transparent gif, or call the script using an ssi exec tag and have the script return text. Tracy Dryden
tracy@bydisn.com
If you need it, I've posted the code for a subroutine to print a 1x1 pixel transparent gif image without having to read it from a file in this forum before. Try searching for PrintPixel. Tracy Dryden
tracy@bydisn.com
LightElf
this maybe a dum question but can I say include a VB scritp
useing this?
<!--#include file="modb.asp" -->
<!-- mod.asp script -->
<% On Error Resume Next %>
<% If Handle="WarGod MA" then
Response.write "<b><font color='gold'>"
end if %>
<!-- endmod.asp script -->
is how I would do it in VB or ASP how would I do this in perl?
I have a perl .pl file that looks like this
#new
$count = 0;
open (COUNT, '/user/chatuser.5020');
$count++ while (<COUNT>);
close(COUNT);
#end row
I want to incude a file that will see the names in this file "/user/chatuser.5020" all ready made by My other software and if a Name or membername is in that list print it on page lets say purple!
I have posted alot about this But i figure you can help here
You can't say inlcude file=, but that's what include virtual= is intended for. I don't know if it will work for a cgi program, that's what the exec is for. Tracy Dryden
tracy@bydisn.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.