The purpose of this dialog box is to create a link that opens a related page and that passes existing parameters to that page. The server behavior is only available when using the ASP or JSP server models.
Before adding a Go to Related Page server behavior to a page, make sure the page receives form or URL parameters from another page. The job of the server behavior is to pass these parameters to a third page. For example, you can pass search parameters received by a results page to another page and save the user from entering the search parameters again.
Also, you can select text or an image on the page to serve as the link to the related page, or you can position your pointer on the page without selecting anything and Dreamweaver will insert link text for you.
If the current page submits data to itself, enter the current pages filename.
GET
method, or are listed in the pages URL, select the URL Parameters option.
POST
method, select the Form Parameters option.
When the new link is clicked, the page passes the parameters to the related page using a query string.