Open form from an xpage

From a button in an xpage I would like to open a form in the database taking somefieldvalues from the xpage to the form. Does anyone know a nice way to do this?

Subject: Open Form From Xpage Using Link

<?xml version="1.0" encoding="UTF-8"?>
<xp:link escape="true" text="Open this form" id="link1"

	value="http://YourServer/YourFolder/YourAppName.nsf/Instructions?OpenForm"

	title="Open this form"></xp:link>

</xp:view>

Hope this helps!