[ok] standard pop-up : window.open problem.
Posted: 05 Nov 2008, 12:03
hi,
here is my problem that i can't solve ...
I've modified the window.open java function into components/com_phocagallery/views/category /view.html.php (frontend) on lines 146 to 149 to open the standard pop-up like a normal page with menubar.
The problem is that i don't know how to force this popup to use scrollbars.
I've tried :window.open(this.href,'_self,scrollbars=yes') but doesn't work. Even if i try to add scrollbars=yex in normal code (without my hack), it doesn't work ...
Need these scrollbars cause of my pictures : have a look, just clic on a thumb.
Need help
here is my problem that i can't solve ...
I've modified the window.open java function into components/com_phocagallery/views/category /view.html.php (frontend) on lines 146 to 149 to open the standard pop-up like a normal page with menubar.
The problem is that i don't know how to force this popup to use scrollbars.
I've tried :window.open(this.href,'_self,scrollbars=yes') but doesn't work. Even if i try to add scrollbars=yex in normal code (without my hack), it doesn't work ...
Need these scrollbars cause of my pictures : have a look, just clic on a thumb.
Need help