Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
SpeedScript : Building interactive Web pages with embedded SpeedScript : Managing dynamic pages with forms
 

Managing dynamic pages with forms

You can use embedded SpeedScript to manage GET and POST requests for forms. The browse.html template provided in install-path/src/web2/template shows how you can do this. By default, this template generates a Web object that browses the Customer table of the Sports2000 database, using SalesRep as a query filter.
You can also generate a copy of browse.html by choosing File>New>Report Template in the AppBuilder.
* Defining local data and getting input
* Defining forms
* Managing SpeedScript blocks and conditional execution
* Building URL query strings and closing out the page