> records. I display them 10 records at a time using "next
> page" and "previous page" links at the bottom. The problem
> is passing the form variables to subsequent pages after the
> form has already been submitted.
>
> Is it possible to pass from variables across multiple pages?
> How?
No, you can't directly form variables beyond the page to which they were
submitted. However, you can create a form in the second page (with hidden
fields if that's appropriate) and use that to pass them to the next page.
You could also embed your form variables within URLs to get them to the next
page when a hyperlink is clicked. Finally, you can store them within a
persistent scope - session, application, server, client - which will be
available on subsequent pages.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

