Two On-Rev Scripts on One Web Page

2010-09-15 Thread Gregory Lypny
Hello everyone, I have an On-Rev script called from an HTML markup item in a web page. It works fine in that the information I want generated is displayed. I call the script like this (thanks for help with the syntax, André): ?rev include ../myScript.irev ? The trouble is, if I put

Re: Two On-Rev Scripts on One Web Page

2010-09-15 Thread Mike Bonner
Can you post a link to your page? On Wed, Sep 15, 2010 at 10:02 AM, Gregory Lypny gregory.ly...@videotron.cawrote: Hello everyone, I have an On-Rev script called from an HTML markup item in a web page. It works fine in that the information I want generated is displayed. I call the script

Re: Two On-Rev Scripts on One Web Page

2010-09-15 Thread Devin Asay
On Sep 15, 2010, at 10:02 AM, Gregory Lypny wrote: Hello everyone, I have an On-Rev script called from an HTML markup item in a web page. It works fine in that the information I want generated is displayed. I call the script like this (thanks for help with the syntax, André):

Re: Two On-Rev Scripts on One Web Page

2010-09-15 Thread Mike Bonner
What you're trying to do should work fine, my suspicion is that there are mismatched tags somewhere, or something that is messing up the output. Since it works in the first its most likely not the included file thats the problem, tho I guess it could introduce something funky that cases later

Re: Two On-Rev Scripts on One Web Page

2010-09-15 Thread Gregory Lypny
Thanks Devin and Mike, You got it, Devin. Turns out that using an Include statement twice was the problem. And I most definitely will be making frequent use of ?rev set the errormode to inline ? as well as viewing the source code. Regards, Gregory