J
|
Jane 2/4/2009 |
Hi, |
M
|
mengo author 2/4/2009 |
Hi, I'm not sure that I understand your question. Do you want to point "Back to list" button on the edit page to the edit page again?
|
J
|
Jane 2/5/2009 |
Hi,
{BEGIN edit_link}<input type=button class=button value=Edit {$editlink_attrs}>{END edit_link}
editlink= "editid1=" & my_htmlspecialchars(SafeURLEncode(rs("RecordID"))) record("editlink_attrs")="onclick=""window.location.href='TableName_edit.asp?" & editlink & "';"" "
|
M
|
mengo author 2/5/2009 |
Hi, here is a sample:
|