A
|
ashipley 6/3/2009 |
If I understand you correctly, when at the vehicle list page and you click on edit, the ID is there automatically because it is the ID field o the record that you are editing andis just another field on the form. Nothing special ad to be done to transfer the ID field from the list page to the edit page. I believe that for the GET command to work on the receiving form (Page), you will have to do something like POST on the sending form (Page). |
J
|
Jane 6/4/2009 |
Hi, $editlink="editid1=".$data["RecordID"]; $record["editlink_attrs"]="href=\"AnotherTableName_edit.asp?".$editlink."\" ";
|