| The SSI #include is supposed to work but it isn't. The HTML document it is supposed to insert it into is a perl generated HTML. I also tried in perl just doing a do "header.pl" and making the header a print command. no go.:( The header.pl file runs fine but it wont do. :( No errors, nothing. ~>:( This is getting annoying! I can include the text in the program itself and it works great!
This is all I am trying to include:
<div class=top>
<input type=button
name=\"AddJob\"
value=\" Create job \"
onClick=\"parent.location = 'myurl'\">
<input type=button
name=\"AddCust\"
value=\" Create Contact \"
onClick=\"parent.location = 'myurl'\">
<input type=button
name=\"AddCust\"
value=\" Job Lookup \"
onClick=\"parent.location = 'myurl'\">
</div>
I just put a print " infront of that and a "; after it for the do command. :( |