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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Javascript alert

635396Jan 16 2013 — edited Jan 16 2013
Hello,

I'm trying to get a javascript alert to pop up when the user enters a person's name that already exists in the persons table.

I wrote a plsql function that returns the names of people already in the table (names that match the name the user entered) and I need to get the result of this function in a javascript alert.

I don't want to use validations because I'd like the alert to appear immediately after the user updated the name field.

I also want the message to be just a notification for the user and let the user decide if he wants to insert the same person multiple times.
I tried to do this with dynamic action that executes plsql code but with no success.

Any ideas on how to do this?

Thanks, Adrian
This post has been answered by Keith Malay on Jan 16 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2013
Added on Jan 16 2013
2 comments
163 views