Posts tagged JavaScript

Nov12

A Rails way to popup secondary windows

Ruby Rails JavaScript | comments

I had to solve a hairy problem recently. For a select number of pages on a site, I needed to pop up a secondary window along with the current action. This window contained a request for filling out a survey (held at a third party site). The survey URL was variable depending on the page I arrived at.

Continue reading »