Author Topic: Auto-Sizing Pop-Up for Images  (Read 21632 times)

0 Members and 1 Guest are viewing this topic.

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Auto-Sizing Pop-Up for Images
« Reply #15 on: November 14, 2005, 12:08:47 AM »
THX...  :D

Offline aedemirci

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Auto-Sizing Pop-Up for Images
« Reply #16 on: November 14, 2005, 05:16:38 PM »
Any possible solutions yet ? :mrgreen:

By the way, I extracted the codes and tried in a blank HTML and they worked...And that made me more and more nervous  :twisted:

Thx :)

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Auto-Sizing Pop-Up for Images
« Reply #17 on: November 14, 2005, 05:22:13 PM »
why you dont use the {thumbnail_openwindow} in the thumbnail_bit.html?

Then the Detail Page is opening in a new Window... (o:

Offline aedemirci

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Auto-Sizing Pop-Up for Images
« Reply #18 on: November 14, 2005, 05:32:27 PM »
But it's not a solution as the new window also contains data. I want people to see only original image...I know I want too much, but that's what I want  :lol:  :lol:  :lol:  :lol:  :lol:

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Auto-Sizing Pop-Up for Images
« Reply #19 on: November 14, 2005, 05:50:00 PM »
sorry but thi is only a Javascript request and i dont now the Javascript that you are use... )o:

try this... (o:
Code: [Select]
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>

<a href="#" onclick="MM_openBrWindow('{media_src}','{image_name}','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=100,height=100')">{thumbnail}</a>

Offline aedemirci

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Auto-Sizing Pop-Up for Images
« Reply #20 on: November 14, 2005, 05:57:20 PM »
I think this is gonna work after a few minor fixes  :D :D :D Thank you very much indeed (for your patience also)  :oops: :oops: :oops: