popup with javascript in CakePHP 1.2 and pages controller
Tuesday, September 18th, 2007update: More on the XHTML technique popup
I wanted to make a simple popup in my latest Cake app, and so needed to set a blank layout just from looking at the URL, as the page was essentially static that I was going to pop up.
e.g. then my little popup URL caller (hyperlink ) would […]