NadaNada_vbulletin3_import30611
New Member
I created the following table: \[code\]<table> <tr> <td>operationno</td> <td>type</td> <td>status</td> <td></td> </tr> <tr> <td>1001</td> <td></td> <td></td> <td>open</td> </tr> <tr> <td>1002</td> <td></td> <td></td> <td>open</td> </tr></table>\[/code\]What I would like to do is to let the user press the open link that is beside each operation and open another page to complete the operation. The page will be:\[code\]<form>Operation No: <input type="text" name="opno"><br>Description: <input type="text" name="desc"></form>\[/code\]One idea that I know but I don't know how to implement is to let the open link contains link and at the end of it has the operation number.