Forum Discussion
QuickBaseCoachD
11 years agoQrew Captain
OK, so try this
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid="&[Item ID#]
& "&_fid_212="&URLEncode("yes")
& "&_fid_215="&URLEncode(User())
& "&_fid_213="&URLEncode(Today());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid="&[Item ID#]
& "&_fid_212="&URLEncode("yes")
& "&_fid_215="&URLEncode(User())
& "&_fid_213="&URLEncode(Today());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"