[ic] Tags in item text

Dennis Chen interchange-users@icdevgroup.org
Mon Nov 25 17:14:01 2002


> Don't use '?' and '&' with [area].  [area] will take care of the URI
> args for you in such a way as to not interfere with any existing args,
> such as the session ID.  [area] will also hexify the args 
> automatically,
> where required:
> 
>     <a href="[area href=yourpage form=|
>         name=Jack
>         foo=bar
>     |]">hello world</a>
> 
> The same goes for [page]:
> 
>     [page href=yourpage form=|
>         name=Jack
>         foo=bar
>     |]hello world[/page]

Sigh...still alot to learn... thanks!  :)

Dennis