[ic] passing parameters between pages?

T. Stoffels tstoffels at gmail.com
Wed May 25 06:03:30 EDT 2005


Hi there.
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 mypage.html I tried:
--
[myparam]
[arg myparam]
[arg-myparam]
--
Neither one works. How can I access my parameter?

Thx in advance...



More information about the interchange-users mailing list