> A string webjump can now provide post_data, with replacement of '%s'
> elements with the webjump arguments.
Great.
I notice you say "arguments", but I've tried in the past to use
webjumps with multiple arguments and I get this behavior:
define_webjump("merge","http://HOST/merger.php?id1=%s&id2=%s")
merge 10 20
http://HOST/merger.php?id1=10%2020&id2=%s
instead of
http://HOST/merger.php?id1=10&id2=20
The page http://conkeror.org/WritingWebjumps doesn't offer a solution
(except writing my own webjump handler).
Silvio
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror