Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-16-2004, 02:36 PM
Junior Member
 
Join Date: Jan 2004
Posts: 2
Default login interface needed

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!
Reply With Quote
  #2 (permalink)  
Old 01-16-2004, 02:43 PM
Junior Member
 
Join Date: Jan 2004
Posts: 2
Default Re:login interface needed

The more I check out this forum, I do not see much about swish, but swfkit.
Found the forum with google, my applogies if you can not help.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:47 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.