in reply to CGI App need direction
This is a typical case of Ajax call that update your form without actually submitting it.
I'll suggest you to use any data format like - xml/html/json/...etc. and use the web framework like MASON. Access all field data using JS and pass the values to mason component using ajax call (which is easiest by using jQuery.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI App need direction
by Anonymous Monk on Oct 20, 2012 at 21:28 UTC |