[ic] How can get arguments?

Jonathan Clark jonc@webmaint.com
Thu, 12 Apr 2001 16:12:42 +0100


> 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.