Current location: Hot Scripts Forums » General Web Coding » JavaScript » website logging


website logging

Reply
  #1 (permalink)  
Old 02-06-05, 08:17 AM
elitemeet elitemeet is offline
New Member
 
Join Date: Feb 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation website logging

How do i log everyones email and password on my website, i want it so when people register it either sends to me in an email or saves as an FTP file,
any ideas
-thanks mat
Reply With Quote
  #2 (permalink)  
Old 02-06-05, 08:19 AM
elitemeet elitemeet is offline
New Member
 
Join Date: Feb 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation

So i want a code that get just there username and password and will send it to me in email or save as an FTP
Reply With Quote
  #3 (permalink)  
Old 02-07-05, 09:25 AM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
<form method="post" action="mailto:your_email@here.com">
Username: <imput type="text" name="user"><br>
Pass: <input type="password" name="pword"><br>
<input type="submit" value="Submit">
</form>
A normal form like this will open the clients default mail program with the data filled in.
To send the email w/o the default program (directly from the server) you need PHP or ASP (or maybe Java). Same goes with FTP:ing things, you can't use JavaScript for this since it is clientside only.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
website design problem :-( nick1 CSS 3 07-24-05 06:40 AM
Freelance Zone::A Script for running a successful freelance auction website... vastalitech General Advertisements 0 01-20-05 01:10 PM
FS: Prozilla Memberships (Turnkey Sites) - $10-15 less than Retail! rockergrrl General Advertisements 0 08-11-04 12:05 AM
website design problem :-( nick1 HTML/XHTML/XML 1 06-30-04 12:31 PM
running website from CD taher786 Script Requests 2 08-20-03 09:04 AM


All times are GMT -5. The time now is 10:42 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.