Gerald Klein
I guess maybe I don't understand the question. exampleview/myarg should take you to exampleview and pass myarg in?
Yes: myarg is the view argument.
"Metzler, David"
If clean urls are enabled, drupal_goto('exampleview/myarg') should work. Are you 100% sure that the url is constructed properly and that there aren't other destination= urls in play or something like that?
Thanks for your replies. I'm not sure about others destination=. The result is part of ''exampleview/myarg' (final destination is ''exampleview'), not another page. That's very strange, seems like something transforms the string.
ADM