Sending Variables to a Course
July 10, 2008 12:00 AM
It is possible. (I just did this for a client) What you need to do is make the front pages for these courses dynamic. Use an external HTML object. Then have the page set the variable based upon a listing of companies. For example the variable name is CompanyName. To control it from this page, you need to use javascript to change the variable contents.Example for 2008: VarCompanyName.set("My Company Name")You can use asp/jsp ect to read these from a database after the user enters in the company code. Or you can use flash and a simple XML file as well :)Hope this helps.
Discussions have been disabled for this post