WPW07 wrote:
> What I'd now like to do is give the user the option of
clicking a button on the
> detail page that would create a new "project" record
using all of the request
> data.
Do it in exactly the same way as you would create an update
page. In the
detail page, draw everything into a form, and use an Insert
Record
server behavior instead of an Update Record one.
If you don't want anyone to be able to change the details,
you can make
the form fields read-only. Alternatively, display the details
in HTML,
but also put them in hidden form fields for the Insert Record
SB to pick up.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/