Problem in JavaScript - Passing of parameter to function

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

I'm not sure this is possible with javascript. Then again, stay tuned as someone may know a way to do it. Smiling

----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com

They have: 5,633 posts

Joined: Jan 1970

I have two questions:
1.I want pass a PLSQL table to a JavaScript function.
How do i go about doing it? This i want to do to validate a field. I want to pass the PLSQL table(which is populated from database) and value of the variable, and hence check if the value entered by the user is a valid value. Is there any other way of doing this?

2.Can i call a JavaScript function from PLSQL block without any event?

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.