Not sure what you're doing but this works for me:
Hitting this URL:
http://localhost/wconnect/TestPage2.wwd?PrevUrl=Test.wc&Title=Attenzion&Image=question.png&Message=Delete+record
Then I create a Process method that does this:
FUNCTION TestPage2 Response.Write(request.QueryString("Message")) RETURN
I get Delete record. No + in there.
You must be re-encoding this string or doing something along those lines.
+++ Rick ---
from Maui, Hawaii