473,402 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

how do I add a subscribe by email in my web page

I have things setup so far that users are able to subscribe via the web page
that the program creates for users to subscribe that's ok, but what I want
is to be able for users to subscribe via an e-mail statement in my web page
can this even be done using the

href=mailto:Su********************@survivalbill.co m?subject=subscribe

I have tried but can not get it to subscribe users to the list

I have left out the " and < > statements out of the mailto:
I did cuz I don't know how it will show in the newsgroup...

I just set this up the other day and have searched for the info at python
couldn't find what I was looking for so I am trying to pick your brains, I
know easy stuff right well ya if you know how! problem I do not know the
how part :(
--
_____________________________________

Survival Bill Outdoor Retreat
Website: http://www.survivalbill.com
Message Forum: http://www.survivalbill.com/cgi-bin/forum.pl
Photos: http://www.survivalbill.com/photosa.htm

Jul 18 '05 #1
1 2545
Survival Bill fed this fish to the penguins on Friday 25 July 2003
09:13 pm:

href=mailto:Su********************@survivalbill.co m?subject=subscribe
"mailto:" normally invokes the user's email client, prefilling the
recipient (to) field with the email address which follows... Since this
is done on the client's end, there is normally no CGI type URL parsing
of optional arguments.

According to my old HTML4 text, Netscape /does/ use the ? to separate
a subject...

However, the recommendation was to use <a href="mailto:recipient"
title="subject"> which was honored by Mosaic [I did say "old HTML4
text] and had a better chance of being incorporated into other browsers
[in the author's opinion]. Something about "title" being a recognized
keyword in the HTML syntax, unlike having to parse URL-like email
addresses.

-- ================================================== ============ <
wl*****@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG <
wu******@dm.net | Bestiaria Support Staff <
================================================== ============ <
Bestiaria Home Page: http://www.beastie.dm.net/ <
Home Page: http://www.dm.net/~wulfraed/ <


Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Bengt Richter | last post by:
I find that threads sometimes mention PEPs that I wasn't aware of, or that an interesting one has been updated without my noticing. I should perhaps check the PEP site more regularly, but ISTM it...
7
by: Angelos | last post by:
Hello... I wrote a simple subscribe script that when a user completes the subscription form he gets added in the database and then he receives an e-mail where he/she clicks on the follow link : ...
2
by: Joe | last post by:
Hi, I have a newsletter subscribe page. A user enters email address and clicks Subscribe button. That email address is added to database. Say this is a career newsletter. Is it possible to...
4
by: Postgresql | last post by:
Hello, I am unable to get on many of the postgresql mailing lists. I usually get this message back with no attachment and no email comes afterwards with a confirmation. I've tried this over and...
0
by: Kamilche | last post by:
''' event.py An event manager using publish/subscribe, and weakrefs. Any function can publish any event without registering it first, and any object can register interest in any event, even...
5
by: Joe | last post by:
I have a usercontrol which has an event called NameChanged; The form that uses the control subscribes to NameChanged. The first time this form is invoked everything works fine. The second time I...
3
by: Ludwig Wittgenstein | last post by:
Hello, all. Does anyone know of documentation about implementing a publish- subscribe model between a .NET Web service provide and a Java service consumer? I have this problem I am trying to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.