arookie
Posts: 12
|
| Posted: 11/22/2007, 4:23 PM |
|
Hi, ... I have a record form , when the "save" button is clicked, it's redirected to a grid page, that works fine.
but I need to add to the url the value of 3 textboxes (id, name, code) when the user click the save button, and display them in the result grid url, like this:
www.mysite.com/result_grid.php?id=10,name=yourname,code=2546
this is easy using a link, but it can be done "when the form is saved"...???
thanks in advanced..
(sorry.. english is not my primary language)
|