I would also like to display relevant information for the photo. Is there anyway I can also include other HTML elements in the newly opened page?<a href="filename" target="_blank">thumbnail</a>
Open photo in new window with other HTML elements
Moderator: General Moderators
Open photo in new window with other HTML elements
When photo thumbnails are clicked on, I open a new window with a larger window using a standard anchor href
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
pass the picture to a new page using get
then on the page do
hope this gives you some ideas
then on the page do
Code: Select all
<html>
<head>
</head>
<body>
<!-- your HTML stuff here -->
<?php
print $_GETї'pic_url'];
?>
</body>
</html>- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
-
thegreatone2176
- Forum Contributor
- Posts: 102
- Joined: Sun Jul 11, 2004 1:27 pm