I read somewhere that if you were coding on an user/password site with sessions, the best way to show the login page is to open a popup window to leave the \"back button\" problem out.
I have that part figured out already, but then if user wrote wrong password or username I thougt it should look nicer popup a java message box telling that something is wrong instead of printing it out in that popup window.
And if user logged in correctly the popup-window should be closed and the main window refreshed with new content depending on the user.
Can this be done in some way ?
/Sleepy