A
|
ann 9/21/2010 |
Mr. ZX, <input type=button value=Edit onclick="window.location.href='TableName_edit.asp?editid1={$custom_link}';">
xt.assign "custom_link", Request("editid1") |
M
|
mr. zx author 9/26/2010 |
Mr. ZX, here is a sample code (HTML mode of the Visual Editor tab): <input type=button value=Edit onclick="window.location.href='TableName_edit.asp?editid1={$custom_link}';">
xt.assign "custom_link", Request("editid1")
|