PHP, opening image in new window

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
leftbehind
Forum Newbie
Posts: 1
Joined: Mon May 04, 2009 8:01 am

PHP, opening image in new window

Post by leftbehind »

Hey guys, working on a little project at the moment that has a gallery of images displayed as thumbnails that link to their full size selves. Trying to think of a way I can open them up within another PHP window so I can use the style sheet and display some text information from a txt file about the image.

Can that kind of information be passed through the target property in html?

Any idea of how it could be accomplished?

Cheers for any help.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP, opening image in new window

Post by Christopher »

Moved to HTML.

The target is a window name, so you will be constrained in it name. I guess you could name it "name_foo_bar_baz" and parse the name. Probably better would be to pass the information in the URL itself.
(#10850)
Post Reply