Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex link (Created using href) is not working

Gaurav NagpalJun 21 2013 — edited Jun 21 2013

Hello All,

1. I have created a click able on the APEX page for the attached link (stored in the oracle db table)

Using below query

SELECT '<a href="' ||'file:///'||Package.function(p_parameter)||'" target="_blank">'|| package.function (p_parameter_id )||'</a>'

AS href

FROM prag.t1, t2 

WHERE    condition.t1 = condition.t2

AND ID =p_id

2. The attached link from the path are opening in a new window perfectly for me.

\\sih82566\k1_ora$\K1IS\TEST1I\WORKDIR\Gaurav\146539_Scripts.SQL

3. The attached link from the path such as

C:\Documentss%20and%20Settings\gaurav\Desktop\f120.sql

are not accessible to me. There is not any error message also on click on this link.

Note:I am using using APEX in my citrix machine

Thank you.

Regards,

Gaurav Nagpal.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2013
Added on Jun 21 2013
4 comments
741 views