[ic] passing parameters between pages?

Davor Ocelic docelic at mail.inet.hr
Wed May 25 06:21:10 EDT 2005


On Wed, 25 May 2005 12:03:30 +0200
"T. Stoffels" <tstoffels at gmail.com> wrote:

> Hi there.

Hi there again Tommy ;-)

> Lets say, I wrote a custom page (pages/mypage.html) and want to pass a
> parameter to it.
> How do i do that?
> On the page containing the link to mypage.html I tried:
> --
> <A HREF="[area href=mypage.html arg='myparam=1']&myparam=1">Link to mypage</A>
> --
> The &myparam=1 is appended to the url just fine, though I have no clue
> how arg='..' works.


On source page:

[page href=mypage arg=something]


On target page mypage.html:

Passed argument is: [data session arg]


Enjoy,
cya


More information about the interchange-users mailing list