4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: juliano on March 21, 2003, 08:02:32 PM
-
I would like that when the users to click in the thumbnail image open a new window without bars of navigation with the page of details somebody can help me?
-
Open thumbnail_bit.html and you will find code that is commented out that explains how to do this. It is a feature of 4images and so no mod is required.
-
any way we can make it open the details page in a full screen window where you can minimize and maximize the window; rather than in a small window that can't expand.
-
open header.html and find
function opendetailwindow() {
window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=640,height=480');
}
You can edit this code.
Try this one:
function opendetailwindow() {
window.open('','detailwindow','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');
}
-
one question....
details open in a new window....but not from random image. {thumbnail_openwindow} does not work there. What can i do?
(edit) :lol: got it. I forgot to try it with random_cat_image.html :mrgreen: (/edit)