The following examples demonstrate the forms of "vt://browser" URIs supported by Virtual Ticket:
- vt://browser - a new Virtual Ticket Browser is opened.
- vt://browser?type=<type-name>&id=<record-id> - a new Virtual Ticket Browser is opened; the record of folder/document type <type-name> that has ID <record-id> is displayed in the Browser.
- vt://browser?type=<type-name>&id=<record-id>&form=<form-name> - a new Virtual Ticket Browser is opened; the record of folder/document type <type-name> that has ID <record-id> is displayed in the Browser using the <form-name> form.
- vt://browser?type=<type-name>&id=<record-id>&group=<group-name> - a new Virtual Ticket Browser is opened; the record of folder/document type <type-name> that has ID <record-id> is displayed in the Browser and the group <group-name> is selected.
If not included in the URI's parameter list, the new_window parameter implicitly receives the "yes" value, and a new Virtual Ticket Browser window will be opened to allocate the specified URI resource.