J
|
Jane 11/24/2006 |
Chris, Sub EditOnLoad() str = "select * from "&strTableName&" where "&where Set rsTemp = server.CreateObject("ADODB.Recordset") rsTemp.open str, dbConnection Response.Write "<a href=""TableName_view.php?editid1="&rsTemp("FieldName")&""">view</a>" End Sub
|
C
|
clig 11/26/2006 |
How can I create a hyperlink in the edit page to link to a list page of another table with the same key value in the edit page ? Thanks.
|