1.In a CRM workflow step, assign this page in Custom File Name:

Technisoft/VM_TransferEquipment.asp

2.Then update the following line in the above file to point to a custom asp page that will set the next workflow step.

callbackUrl = 'http://server/crm/custompages/test/workflow.asp?' + Request.QueryString;

3.Use the provided workflow.asp as listed above as template.

By modifying the provided workflow.asp page, the behavior can be changed to redirect to a 3rd page inside CRM.