Hello again,
I have another RANDOM question!
Here goes:
I am using:
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=<%ID%>"-->
on the category pages
and using:
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=9"-->
on the home page. How can I specify more than 1 category for the home page to pull from? I tried using a comma like :
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=9,10"-->
and that didn't pull from any more than the first category (9) and then I tried just using a space like this:
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=9 10"-->
and that still only pulled from category (9).
Is there a way to have the include identify more than one category to pull from? I'd rather not change the gloabl, instead I'd rather it come from the include. But if that is not possible, I can create a new global.
Thanks again for your help.
I have another RANDOM question!
Here goes:
I am using:
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=<%ID%>"-->
on the category pages
and using:
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=9"-->
on the home page. How can I specify more than 1 category for the home page to pull from? I tried using a comma like :
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=9,10"-->
and that didn't pull from any more than the first category (9) and then I tried just using a space like this:
<!--#include virtual="/cgi-bin/content/page.cgi?p=random&Random_CatID=9 10"-->
and that still only pulled from category (9).
Is there a way to have the include identify more than one category to pull from? I'd rather not change the gloabl, instead I'd rather it come from the include. But if that is not possible, I can create a new global.
Thanks again for your help.
