Skip to main content
demetriusmcclain
Known Participant
August 4, 2007
Question

looking for help on creating a popup window to enlarge pictures on my site

  • August 4, 2007
  • 1 reply
  • 217 views
I mean am i being ignored because no one knows how to accomplish this? I came across one topic like this but there wasn't a solution given. The person just replied "why you want to do that" Which really irritated me. If no one knows how to accomplish this, it would be nice for someone to reply and let me know that I'm SOL
This topic has been closed for replies.

1 reply

Participating Frequently
August 4, 2007
Is this what your looking for?
Place this code on each button, obviously changing the name to the larger version picture you have of each thumbnail.

on(release){
getURL("largerPic.jpg", "_blank");
}

demetriusmcclain
Known Participant
September 16, 2007
this code works perfectly. however i was curious to know is there anyway to control the parameters? I want the size to be a specific pixel. How would I go about doing that?