Posts

Showing posts from January 2, 2019

What is the “CNA” mentioned in the “Three Days of the Condor”?

Image
1 In Three Days of the Condor , there's a scene where Robert Redford's character calls someone on the phone and requests a "CNA". Does anyone know what CNA stands for in this context? WOMAN'S VOICE (FILTER) CNA, Mrs. Coleman speaking. TURNER (into test-set) This is Harold Thomas, Mrs. Coleman, Customer Service. CNA on 202 555-7389, please. WOMAN'S VOICE (FILTER) One moment, please. Source (Here's a transcript of the scene in question: http://www.cswap.com/1975/Three_Days_of_the_Condor/cap/en/25fps/a/01_25) dialogue three-days-of-the-condor share | improve this question edi

Is there an easy way to change pop up windows to modals (with minimal changes to JS code)

Image
0 I've seen several examples on SO of using modals rather than pop up windows and I'm trying to update some old JS code to do this without having to rewrite everything (as I'm very new to JS and don't understand a 99% of it yet). The code we are using at the moment is included below. We're basically trying to get a christmas calender up and running for a local charity, so want the calender 'windows' to only open after specific dates and not before. Each 'window' has it's own html page with an image, a puzzle and clue, then a link to the charity (I've included one as an example, as all 24 are different). The calender is working great at the moment by using pop up windows. But we want to update the code to use modals (or something like that) instead, as having the window header