Opening a form

we’re using lotus domino 6 to develop a web app. for our customers.as a powerbuilder person i’m totally lost.

we are using SSI on our forms for the sidelinks.

when the user clicks on an item in the sidelinks, i want to open another form, and pass an argument to that form, where the argument is the value in a field on the currently open form.

how do i do that?

Subject: opening a form

glenn:

Look into Query Strings. (help - CGI vaiables)

http://yourServer/yourDB/yourForm?OpenForm&hello

The query string is going to be everything after the ‘?’ (“OpenForm&hello”).

Your recieving form needs to be able to handle this.

Best of Luck.

–Mac