Hi Mike,
There's a "parameters" option as one of the options for the menu item.
Just under the "Procedure" option.
These are formatted as
'something=bob&someone=fred&whatever=true'
then in the receiving procedure, use p_web.GetValue to read them - as in
p_web.GetValue('whatever')
or more usefully, move them to the session queue using StoreValue - as in
p_web.StoreValue('whatever')
Cheers
Bruce