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.
PHP, opening image in new window
Moderator: General Moderators
-
leftbehind
- Forum Newbie
- Posts: 1
- Joined: Mon May 04, 2009 8:01 am
- 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
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.
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)