Quote:
Originally Posted by vrinteractive
The easy way to do this is to create a form inside an iframe on the site and pass the user/pass in through post variables. not entirely smooth but entirely easy and future proof.
|
I'm trying to just create a standalone login page. Which would be exactly the solution you're suggesting here for the iFrame.
But it doesn't appear to be trivial.
There's hidden fields and client-side MD5 hashes.
If you can point to the "entirely easy" example, it will answer a lot of similar threads.