Please support our HTML and CSS advertiser: Lunarpages Web Hosting
![]() |
•
•
Join Date: Jun 2003
Posts: 19
Reputation:
Rep Power: 6
Solved Threads: 0
Hello!
I was thinking about starting to collect peoples adresses for my newsletter.
To do this I thought about making a pop-under window asking them to subscribe by entering their name and e-mail adress.
How do I do this?
I know how to make a pop-under window, but I'm not sure about the form part (name, adress, submit-button)
Thanks,
Daniel
I was thinking about starting to collect peoples adresses for my newsletter.
To do this I thought about making a pop-under window asking them to subscribe by entering their name and e-mail adress.
How do I do this?
I know how to make a pop-under window, but I'm not sure about the form part (name, adress, submit-button)
Thanks,
Daniel
webmaster at www.appsoftheweb.com
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 11,114
Reputation:
Rep Power: 33
Solved Threads: 117
To do this, you need a backend script which will send the mail via sendmail (linux) or smtp (windows). The script can be written in php, perl, etc etc.
There are a bunch of free scripts on the Internet you could download provided they're available for your server platform. There are also remotely hosted ones. Just do a google search.
Once you find one, it's just a matter of inserting the proper HTML code into your site
There are a bunch of free scripts on the Internet you could download provided they're available for your server platform. There are also remotely hosted ones. Just do a google search.
Once you find one, it's just a matter of inserting the proper HTML code into your site
<form action="script.php" method="post">
<input type="text" name="username">
<input type="text" name="email">
<input type="submit" value="Join!">
</form> Dani the Computer Science Gal
•
•
Join Date: May 2004
Location: Moscow
Posts: 15
Reputation:
Rep Power: 0
Solved Threads: 0
Have you had success with getting email addresses this way?
I'm still trying to find out the best way to get new newsletter enrollees. It's harder than I thought it'd be!
I'm still trying to find out the best way to get new newsletter enrollees. It's harder than I thought it'd be!
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 11,114
Reputation:
Rep Power: 33
Solved Threads: 117
•
•
Join Date: Nov 2005
Posts: 13
Reputation:
Rep Power: 4
Solved Threads: 0
Daniel,
If you create a feed you can send it to multiple emails with feedblitz. Make your newsletter in blog format.
XZ
Famous Quotes
If you create a feed you can send it to multiple emails with feedblitz. Make your newsletter in blog format.
XZ
Famous Quotes
![]() |
Similar Threads
Other Threads in the HTML and CSS Forum
- why isn't this booking form working. (ASP)
- Email Form ? (HTML and CSS)
- Script to do a form submition to e-mail. (PHP)
- PHP E-mail setting ??? (PHP)
- Sending E-mail Within PHP (PHP)
- Form not sending email (PHP)
Other Threads in the HTML and CSS Forum
- Previous Thread: height: 100% - cannot get this to work
- Next Thread: CSS External Linking Problems
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode