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!

Link to popup window not working

reidsterAug 8 2009 — edited Aug 11 2009
I have a calendar page in which I'm setting up a column link to another page within the app.

However, I have some syntax error in the javascript popup statement. I have tried many things, but cannot find what the problem is.

This works (no popup):

f?p=&FLOW_ID.:43:&SESSION.::&DEBUG.::P43_ACT_ID:#ACT_ID#

This does not work (popup):
(I left off the initial < so the text would not be converted to html)

a href ="javascript:popUp2('f?p=&FLOW_ID.:43:&SESSION.::&DEBUG.::P43_ACT_ID:#ACT_ID#',500,400)" >#ACT_DESC#</a>

Does anyone see what's wrong with this syntax?

When I run it (click on the link), I receive this error msg:
"Bad Request The HTTP client sent a request that this server could not understand."

Thanks!
-Reid

Edited by: reidster on Aug 8, 2009 12:25 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2009
Added on Aug 8 2009
11 comments
1,521 views