Ajax Autocomplete (Denes Kubicek)
vitodcJul 23 2008 — edited May 19 2009Hi,
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