Jump to content

Renton

Members
  • Posts

    2
  • Joined

  • Last visited

Renton's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. If you want, IM me on AIM at matthewrenton ... I can make you something I suppose.
  2. Hello all - I'm making a very very simple page for a small company - it's function is merely to send daily statistics to two managers. They want to be able to type in the site name, a password comes up, they enter it, and then they can enter the daily statistics and press send. Here's what I have so far: <html><head><title>Statistics</title></head><body><form name="PassWord">Password: <input type="password" name="password"></form><form name="Form" action="mailto:me@hotmail.com" method="POST" enctype="text/plain"><br><table border="1" cellpadding="10" cellspacing="10"><tr><td valign="middle"><div align="center"><font size="+1">Statistics</font></div><table border="0" width="300" cellpadding="2" cellspacing="2"><tr><td width="60%">Thing One</td><td width="40%"><input name="One" size="10"></td></tr><tr><td>Thing Two</td><td><input name="Two" size="10"></td></tr><tr><td>Thing Three</td><td><input name="Three" size="10"></td></tr><tr><td><input type="submit" value="Send"></td></tr></table></form></body></html> I know I'm missing some things, and I'm trying to do this with only html, but I'm sure I'll need to learn some more things. The mailto works, but only to one person (how do I make that two addresses?). However, I would love if it didn't bring up the default mailing program and just sent it instead - I also want to avoid using any of those sites that already have the code written for you... that's just a dignity thing. And obviously the password doesn't work - that has me confused. I've searched the site a few times and haven't found anything extremely helpful. Sorry if I missed something, thanks. -Renton
×
×
  • Create New...