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!

Ajax Autocomplete (Denes Kubicek)

vitodcJul 23 2008 — edited May 19 2009
Hi,

I am using Denes Kubicek examples for Ajax Autocomplete:
http://htmldb.oracle.com/pls/otn/f?p=31517:53:2727115168911885::NO

The example works great for one text field, but I am trying to see if it works for two text fields.

I added this to the region footer.

<script language="javascript" type="text/javascript">
<!--

register("P3_ENAME", "EMP", "ENAME", "blue", "red");

register("P3_DEPT", "DEPT", "DNAME", "blue", "red");

//-->
</script>

But that didn't work.
Can this be done?

Thanks
VC
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2009
Added on Jul 23 2008
24 comments
3,307 views