Dave
|
| Posted: 04/14/2003, 12:54 PM |
|
Anyone have a good example or point me to an example that I could use to add custom code or event that would allow a pop-up window to come up to validate the password if the user tries to change his password?
I found this thread on using another field: http://www.gotocode.com/disc_viewt.asp?mid=13651&s_topi...rd+validation+&
But, I would really rather use a pop-up window.
Thanks for any help,
Dave
|
|
|
 |
Roy
|
| Posted: 04/15/2003, 2:07 AM |
|
In case you use the standard PHP security from CodechargeStudio, the popup screen has nothing to do with php. If I understand correctly you just want to popup in a new window. You can use javascript therefore. I will post an example later on.
Regards,
roy
|
|
|
 |
pap
|
| Posted: 04/15/2003, 6:59 AM |
|
Is this an example where you popup a window using Javascript, which I have done? From PHP, my problem is then passing the variable to the window and only display certain results. Have you such an example? I can't find any in the newsgroups or support areas.
|
|
|
 |
|