Display of the Image in a new window

I use a tabular form. My image displays correctly. I want it to appear in a new window. Below is the code I use to display the image:

CASE WHEN nvl ((p.photo_name) dbms_lob.getlength, 0) = 0
THEN "no Photo available".
ELSE ' < a href = "#OWNER # .download_image?" P_ID ='
|| ceah_image.lookup_picture_url (v ('P112_PERSON_ID'))
|| "height =" "
|| 200
|| "" width =""
|| 200
|| ' "> view picture < a / > '


Thanks, Elizabeth

Hello

You're a href you can specify the target = "_blank". To open a new window for you.
Hope that helps.

Kind regards
Dimitri
----------------------------------
http://dgielis.blogspot.com/
http://www.apex-evangelists.com/
http://www.apexblogs.info/
AWARDS: Don't forget to mark correct or helpful messages on the forum

Tags: Database

Similar Questions

Maybe you are looking for