Skip to Main Content

APEX

How to get the values of an input text field into the js code????

Ap3x DEVJun 23 2014 — edited Jun 23 2014

i am using the oracle work space and

i have created an html region and creadted an page item text field

i have creted a dynamic action on the region that fires when the page loads

i used the following code in dynamic action that executes the js code to show the value of the input field

but it shows nulll

window.alert($v('p1_value'));

and i also used it with fouble quotes like this

window.alert($v('p1_value");

in alert box it does not show any value anyone can help me where is the mistake

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2014
Added on Jun 23 2014
6 comments
3,127 views