Author Topic: New Window for Details Page  (Read 5243 times)

0 Members and 1 Guest are viewing this topic.

Offline juliano

  • Pre-Newbie
  • Posts: 4
    • View Profile
New Window for Details Page
« 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?

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
New Window for Details Page
« Reply #1 on: March 21, 2003, 11:04:35 PM »
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.

Offline vanner

  • Pre-Newbie
  • Posts: 4
    • View Profile
New Window for Details Page
« Reply #2 on: March 24, 2003, 08:02:52 PM »
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.

Offline Neo1

  • Full Member
  • ***
  • Posts: 202
    • View Profile
    • http://www.terradreams.de/
New Window for Details Page
« Reply #3 on: March 25, 2003, 11:48:48 AM »
open header.html and find

Code: [Select]
 function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=640,height=480');
  }


You can edit this code.
Try this one:
Code: [Select]
 function opendetailwindow() {
    window.open('','detailwindow','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');
  }

Offline Neo1

  • Full Member
  • ***
  • Posts: 202
    • View Profile
    • http://www.terradreams.de/
New Window for Details Page
« Reply #4 on: March 26, 2003, 12:56:41 AM »
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)