Hi, I need a little help. I have a download page where people can choose from several brochures (PDF's). When they click on the brochure, I want it to pop open a new window with the PDF, and the background brochure page to switch to a thank you page. Here's what I tried:
(Brochure listings are being fed from a database via coldfusion, that's why the #'s.)
Thanks in advance!
pt
putting the "new" in "newb".....
Code:
<a target="_blank" href="brochures/#strFilename#" onClick="parent.frames[0].location.href='brochuresThankYou.cfm';">#strTitle#</a>
(Brochure listings are being fed from a database via coldfusion, that's why the #'s.)
Thanks in advance!
pt
putting the "new" in "newb".....