I have a web-page with a list of usernames (this is for PHP based application)… I want to achieve that by clicking over some username to optain a popup window which will open with a password input field and submit button. After Password would be typed, need to press Submit… The result should be that Popup windows will disappear and main page will login by username and password (from pop-up).
Hope I could describe clear my problem. In case of unclear things, please do not hesitate to ask me. I will appreciate any kind of support! Thank you in advance for your support!
Well, there is a more complicated way and a simpler way with some trade-ins.
First the easy solution:
The trade-in is that you’d have to refresh the original page.
Now to more complicated way:
I would go for the easier version because it has better support and is easier to implement.