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!

Pop Up Change Password Window

552282Jan 9 2007 — edited Mar 16 2007
i have implemented a solution I saw on this forum before christmas for using a pop up window for users to change their own passwords.
The method I have used is to use a button to submit the following pop up:

javascript:popupURL('f?p=4350:58:&APP_SESSION.:::58');

This works ok except that before showing the change password screen, it pops up the HTML DB development log on screen. Once I enter my schema, user and password in this it then displays the change password screen.

It seems like it is doing some sort of authentication which is odd because the page I am calling the pop up from is already authenticated.

Does anyone know how to only display the change password pop up?

Any help would be appreciated.

thanks

Dave

Oracle® HTML DB
Release 2.0
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2007
Added on Jan 9 2007
5 comments
1,165 views