EricFixler1
3 years agoQrew Trainee
Add Record -POPUP Window size
What would be the correct syntax to add to this formula to designate the dimensions of the popup window ?
URLRoot() & "db/" & [_DBID_CONTACTS] & "?a=API_GenAddRecordForm&_fid_12=" & URLEncode ([Record ID# - Company])& "&z=" & Rurl()
------------------------------
Eric Fixler
------------------------------
URLRoot() & "db/" & [_DBID_CONTACTS] & "?a=API_GenAddRecordForm&_fid_12=" & URLEncode ([Record ID# - Company])& "&z=" & Rurl()
------------------------------
Eric Fixler
------------------------------
- Try this syntax as a Rich Text Formula field
var text URL= ... your URL goes here;
"<a class='Vibrant Success OpenAsPopup' data-height=500 data-width=500 data-refresh=true href=\"" & $url & "\" >your button words go here </a>"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------