Alex
|
| Posted: 10/14/2002, 9:25 AM |
|
Hello!
I'm a bit stuck with codecharge and I need HELP!!
I have an index.php page with included pages. On my left i have a list of
current news in the middle i have a code ( <? include("$body");?> ).
On my right side I have a navigator with links to pages which I would like
to display in the middle field.
I am calling links with ( <a
href="http://localhost/test/index.php?body=page.html">link</a> ) command .
Well .. nothing happens. The page still remains the same. .. Can anyone
please help me with this problem?
I hope i described my problem good enough for you to understand. If I
wasn't
specific enough please direct me to give you a more specific description.
Bye..& Thanks
Alex
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/22/2002, 1:33 AM |
|
If you need to include page into the middle of CCS page
use file() function to obtain page into a variable and assign this variable
to
Label control dropped from CCS Toolbox on a page , e.g.
$LabelName->SetValue ($some_variable);
--
Alex,
Support Engineer
CodeCharge Team
"Alex" <alex.jug@tris-a.si> wrote in message
news:aoer67$hbe$1@news.codecharge.com...
> Hello!
>
> I'm a bit stuck with codecharge and I need HELP!!
>
> I have an index.php page with included pages. On my left i have a list of
> current news in the middle i have a code ( <? include("$body");?> ).
>
> On my right side I have a navigator with links to pages which I would
like
> to display in the middle field.
>
> I am calling links with ( <a
> href="http://localhost/test/index.php?body=page.html">link</a> ) command
.
>
> Well .. nothing happens. The page still remains the same. .. Can anyone
> please help me with this problem?
>
> I hope i described my problem good enough for you to understand. If I
> wasn't
> specific enough please direct me to give you a more specific description.
>
> Bye..& Thanks
> Alex
>
>
>
>
|
|
|
 |
|