J
|
Jane 12/3/2008 |
Hi, str="&editid1=" & SafeURLEncode(dbvalue(rs("RecordID"))) record("Details_dtablelink_attrs")="href=""Details_edit.asp?" & str & """" |
|
ngomong author 12/3/2008 |
Jane, thank you very much, that's perfect, and a much better solution than my previous method! Now, I don't have to worry about losing my changes when I reset the page in the visual editor. str="&editid1=" & SafeURLEncode(dbvalue(rs("RecordID")))
str="editid1=" & SafeURLEncode(dbvalue(rs("RecordID")))
|
|
ngomong author 12/3/2008 |
Also, in case it helps anybody else trying to do the same thing, I've figured out something else. xt.assign "backbutton_attrs","onclick=""window.location.href='Master_list.asp?a=return'"""
|