I don't know about the META tag bit. What I got to work was:1. Create a file with the variable assignments as harry said:
Code:
VarmyUrl.set('http://www.cnn.com'); VarmyUrl2.set('http://www.google.com'); etc.
using NotePad and save it as a .js file - let's say abc.js2. Create an "Other" type HTML object at the title level in your course that access this file:3. Create an action maybe attached to the course banner or something that will always be visible that does a Show of that object and references every one of the variables in the conditions as I discussed above so that Lectora will make them available to the JavaScript.4. Then use your Goto Web address action with Var(myUrl)