Karen
|
| Posted: 07/20/2002, 4:35 AM |
|
I have a grid update form which has multiple pages. After clicking submit on any page, it will always return to the first page. How do I make it return to the same page where the submit was clicked?
Also, is there a way to execute the submit button when a page link is clicked? For example, if I'm on page one now and then I click page 2, it should be as though I've clicked submit and then clicked page 2.
Anyone can give me some pointers, pls? Thanx in advance.
|
|
|
 |
Ken Hardwick
|
| Posted: 07/20/2002, 5:22 AM |
|
How do I make it return to the same page where the submit was clicked?
see article -http://www.gotocode.com/art.asp?art_id=125&
Also, is there a way to execute the submit button when a page link is clicked?
Not sure how this can be done..hopefully someone else can answer this.
|
|
|
 |
Karen
|
| Posted: 07/24/2002, 5:00 AM |
|
Thanx for pointing me to the article. It was very helpful. Unfortunately I need to adapt the solution to my grid update form. I'm not quite sure where to put the parameter as I can't find the $sActionFileName nor the $sParams variable being used. Can someone pls help? Thanx.
|
|
|
 |
|