|
From: "Bartell, Aaron L. (TC)" <ALBartell@taylorcorp.com> > So now when I re-display the page I want that to be selected > I now have to code the select statement like this: > <select> > <option>A</option> > <option>B</option> > <option selected>C</option> > </select> > Is there a way to do this in a template? That's easy. One section of the templated might contain <option>%field%</option>. Another section might contain <option selected>%field%</option>. In the RPG program, write one section or the other, depending on the value of the field. Nathan M. Andelin www.relational-data.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.