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!

How to popup window from item's label or text

mjhamiltonJan 30 2009 — edited Feb 2 2009
I know that I can popup a window from a button by putting into the URL target code such as:

javascript:popupURL('http://www.google.com')

However, I would like to popup a window from the item's label, which is text, and therefore does not have a URL target field to put the code into.

I have tried putting into the item's HTML Form Element Attributes field ths code:

onclick="javascript:popupURL('http://www.google.com')"

But have had no success. Can someone help me with this?

Thanks,
Maggie

This post has been answered by 438381 on Jan 30 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2009
Added on Jan 30 2009
6 comments
841 views