Avatar

Level 10

If you knw of an object on the target page (usually the first field on the page), then you can use xfa.host.setFocus("PageX.FieldName"). If you use the method you mention then you will go to that page but the cursor will not be in any field. The user will still have to click in a field to start typing.

Make sense?

Paul