473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

question about ssi's #exec

comp.infosystems.www.authoring.html
question about ssi's #exec

Are there any obvious errors in the html or c code below? Without the #exec line in the html code, the text from pag1p1 and einst both show as would be expected. If the #exec line is included, the text from pag1p1 shows but not that from einst. However, the c code, which increments a long in fstcount, works fine - but nothing afterwards.

This is being tested from one of panix's shell accounts with a personal web.

All suggestions welcome - Hul

--- html code
<html>
<head><title>Title for exectest</title></head>
<body>
exec test -
<!--#include file="pag1p1"-->
<!--#exec cmd="/htdocs/userdirs/ht/pcgi/extest fstcount"--!>
<!--#include file="einst"-->
</body>
</html>

--- c program
int main(int argc, char **argv)
{
long count;
count = readinc(argv[1]);
}
May 26 '07 #1
2 2217
On Sat, 26 May 2007 13:33:21 +0000, Hul Tytus wrote:
fstcount"--!>
Unclosed comment. Remove the exclamation mark.

May 26 '07 #2
dr
Many thanks. Remarkable how the simpliest of errors can be the last seen,
or, sometimes, never seen.

Hul

mbstevens <NO***********@xmbstevensx.comwrote:
On Sat, 26 May 2007 13:33:21 +0000, Hul Tytus wrote:
fstcount"--!>
Unclosed comment. Remove the exclamation mark.
May 26 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Lois | last post by:
My website formatting knowledge is mostly HTML; I know hardly any Javascript. Recently I created a site with a nav bar in table format across the top of the page, and I made the background colour...
1
by: john | last post by:
I am trying to set up a shtml page that will take 10 seconds for it to load to slow down some annoying spiders I have on my website. The shtml looks like below: <html> <head> <title>You are...
4
by: smiley | last post by:
I hope this is the right forum for this question; i know it crosses over a few topics but here goes. I have a page that uses a server-side include perl script to return a list of name/value pairs...
17
by: Paul | last post by:
HI! I am trying to dynamically add content into Div tags with the use of JavaScript. it loads the page but adds a few characters. the script is below. <script language="JavaScript">...
7
by: John Salerno | last post by:
Is there a separate ASP.NET newsgroup? I can't find one, and I don't know if it's appropriate here, but I figure it's still written in C# so it's all the same thing anyway. I'm just wondering...
4
by: TWEB | last post by:
I think I may have an IIS / ASP.Net Configuration issue that I need some guidance with resolving. Here's the problem: a) I have a .stm file. b) I referenc a .aspx file on this .stm file using a...
6
by: jan | last post by:
My apologies for being a javascript beginner and asking such a basic question. This is probably so easy that nobody ever mentions it. Tutorials and places that tell of basic commands never seem to...
102
by: hug | last post by:
www.webmaster, was suggested that this ng could be a better place.] I've updated my test server to handle if-modified-since. I've noticed that the (old copies I run of) IE and Netscape seem...
0
by: Hunterx82 | last post by:
I am using ssi to pull a banner and menu into each page I am using. It works fine for any .shtml file I create which is in the same directory as the ssi files. I am going to have a few other...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.