Return javascript prompt() into Apex page item
544009Jun 13 2007 — edited Jun 13 2007Hello,
Here's what I'm trying to do:
Let's say that P10 contains a button (P10_GO) and a display only (saves state) item (P10_ANS).
On button click, I want to call a javascript function that will display a javascript prompt.
Once the user types his answer and clicks OK, the answer will appear in item P10_ANS.
I prefer having all that without submitting the page, but if it is not possible, so be it.
Please tell me where to put each part of the code.
Oh, I'm using Apex 3.0.0.00.20.
Thanks.
Anat :o)