|
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
||||
|
Things are even worse now
I was doing my initial testing during slack time at work, which does not use Outlook or Outlook Express as the e-mail program. When I got home and tested the code I had in both Firfox and IE, it opened up the e-mail, but there was no POSTDATA.ATT file This is the code which mostly came from a book on JavaScipt Quote:
__________________
Fame, glory adventure, a cyber warrior craves not these things. |
|
||||
|
Using JavaScript will be an extremely unreliable way to do this. There are too many variations in visitor browsers and email clients and this will cause a major headache in the end. Even when it works, some visitors will become confused as it is not a common method. I would strongly advise against it.
Your best bet is to use a server side script to take care of this, or use an external service. This will require access to a mail server to relay the mail from your server as well. Do you know what languages your server can support (php, asp, Cold Fusion, etc)? Is this a shared hosting account or a leased/owned server?
__________________
Nicholas Bostaph http://NicholasBostaph.com http://NightscapeCreations.com http://FantasyMasterOnline.com |
|
||||
|
Get your rotten fruit ready...
Microsoft Frontpage2003 can do this. You need to find a hosting site that plays well with it. www.dotster.com does. At least they say they do. It's about 6 bucks US per month for 5 GB of webspace, but when the form is submitted, it will send the info to an E mail address. The user should have no clue where it went. I've never actually done this, but that is one possible way. I should add, that Dotster is accessible from the UK. and that FrontPage is very hated by all real web writers. At least all the vocal ones. *Ducks*
__________________
I'm not evil. An evil person would do the things I think up. |
|
||||
|
Talking bout Microsoft, it would be very easy to make with Active Server Pages (provided that it is supported by your host) and MS access as the back end, if the website is not designed for big traffic.
__________________
If you're careful enough, nothing bad or good will ever happen to you. |