Forum Discussion
MarkShnier__You
Qrew Legend
9 days agoThis syntax worked for me for a popup. The user would use the native browser options, for example on Chrome the green circle icon to make the pop up full size.
var text Words = "Preview";
var text URL = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
var text Hyperlink = "<a class='OpenAsPopup' data-height=400 data-width=400 href='" & $URL & "'>" & $Words & "</a>";
var text HoverWords = "Preview" &
List(" ", "hello", ToText([Record ID#]))
& "'";
"<div>" & "<span title=" & $HoverWords & ">" & $Hyperlink & "</b></span>" & "<div>"