|
|||
|
I really believe swishmax can do this, but I'm feeling pretty ign ???rant, the more I try.
Thus far, login and or registration interfaces are built with php and database access. I believe, what I am trying to build is much simpler, just need someone smarter than me to make it happen. :-\ ....Web-Based email login.... Need, set session with javascript. Pass session to form. Hidden items in form. User enters username and password. On release post to url. Everything I read says swishmax CAN... NO CGI, NO PHP .... Here is my html normally used... .... <script LANGUAGE="javascript"> <!-- function setupSession () { today = new Date(); document.THISFORM.sessionID.value = today.getTime(); } if (location.search.indexOf('fail=1') >= 0) { document.write('<B>OOPS!<BR>Username or Password Incorrect</B><BR>'); } //--> </script> <form name="THISFORM" action="http://webmail.mydomain.com/email.fcgi" method="POST" onsubmit="setupSession()" target="contents"> <input type="HIDDEN" name="tagline" value="Get your free email account"> <input type="HIDDEN" name="type" value="normal"> <input type="HIDDEN" name="hostname" value="mydomain.com"> <input type="HIDDEN" name="sessionID" value> <input type="HIDDEN" name="first" value="1"> <input type="HIDDEN" name="passed" value="login_parse"> Check Mail: <input type="TEXT" name="user_name" size="8" value> Password: <input type="PASSWORD" name="password" size="8" autocomplete="OFF"> <input type="SUBMIT" value="Go!"> </form> .... Have been a swish user for over a year... love it. Love swishmax more! |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|