Hi! I’m looking for a small tweek to the “masterdetails.htm” example.. I can get it to work, that’s not the issue, but in my implementation, each master record have 500+ child records for a huge total (+100,000) and it makes the website unresponse (Chrome) or simply not working (IE). I’m using csv data and I can have these child records placed in separate files instead of a big one.. These child files could be named after the content of its master value (clicking on the master record”ACME” would have the child file named “ACME.csv” to be displayed).. I think I have to place the record value into a variable and then have the “url” value adjusted with it, but I can’t get it to work.. help!