|
i cant link a php frame to another page
hi,
i have a page called main.php and two frames menu.php and intro.html.
I had images listed in the menu.php, and would like to link the images to the original image and display it on intro.html.
here is what i have, please reply asap.
echo "<br><a href=/cctvimages/".$row["image_name"]." border=3 > <img src=/cctvimages/".$row["image_name"]." border=3 width=100> </a><br>";
i think it is something to do with target, but i am not too sure how to use it.
cheers,
Mel
|