jellyroll Posted October 21, 2003 Posted October 21, 2003 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.
Anatoli Posted October 22, 2003 Posted October 22, 2003 Sure you can. It is the same as normal link. Do not use the comments in JS code.
jellyroll Posted October 22, 2003 Author Posted October 22, 2003 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>
Recommended Posts
This topic is 7702 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now