October 21, 200322 yr Is there a way to use tokens that carryover to a popup window? Currently I keep losing the thread. Or can I use cookies to suppliment for a token, and some how import the data back to the token? I heard good things about Lasso and session threads. But not sure what the limits of cookies and tokens are.
October 22, 200322 yr Sure you can. It is the same as normal link. Do not use the comments in JS code.
October 22, 200322 yr Author I'm probably missing something easy then because when I use a working find link in the Javascript I just get No Records Found in registration.fp4 badgeid: begins with [fmp-field:badgeid] classid: begins with [fmp-field:registration::classid]: Here's the script: <script language="JavaScript" type="text/javascript"><!-- function open_centered_window() { var window_height = 630 var window_width = 560 var window_left = 450 var window_top = 0 var window_dimensions = "height=" + window_height + ",width=" + window_width + ",left=" + window_left + ",top=" + window_top window.open("/fmpro?-db=registration.fp4&-lay=webentry&-format=/registration/receiptimagingquiz/popquiz.htm&-token=[fmp-field:badgeid]&badgeid=[fmp-field:badgeid]&classid=[fmp-field:registration::classid]&-find", "", window_dimensions) } //--></script>
Create an account or sign in to comment