_redirect

Specifies a URL to redirect the user to after completing the export.

Default Value

By default, Picnik will act on any redirects it receives in response to its invocation of export URL.

Remarks

This parameter is used to redirect the user to a different location than the export URL. For example, you may want to keep the code for receiving exports separate from the code for displaying the result of the export.

Setting this parameter to "none" will prevent Picnik from sending the user back to your website when the export is completed. In this case, be sure to specify a _close_target parameter so that the user can exit the application when he or she is done editing.

This parameter is ignored if _export_agent is set to "browser".

See Also

_export, _export_agent