[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] How can get arguments?
> And if I want to pass more then one argument? Like
> <a href='[area href='category_new' arg="code=[sql-code]/limit=10"]'>
> Is it correct?
no. I think mv_arg is for a single argument.
use:
<a href='[area href='category_new' form="code=[sql-code] limit=10"]'>
which will generate a url:
...category_new.html?code=foocode&limit=10
and then on the category_new.html page:
code is: [cgi code]
limit is: [cgi limit]
will return the arguments.
HTH
Jonathan
Webmaint.
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users