R
|
RickG 10/2/2006 |
Is there a way to edit the event to go back to the original page? If you remove your "go to page event" and simply have the user click on the "Back to List" link it will take them to the correct page. |
![]() |
Alexey admin 10/2/2006 |
Stephan, header("Location: ..._list.php?a=return"); |
M
|
mmponline author 10/2/2006 |
Thanks Sergey, the snippet works perfectly to do what I need. |
J
|
Jane 10/3/2006 |
Stephan, <input class=button type=submit value="Save" id=submit1 name=submit1>
<input class=button type=submit value="Save" id=submit1 name=submit1 onClick='window.close();return false;'> |