473,408 Members | 1,771 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,408 software developers and data experts.

supplying message title within mailto function

shane3341436
I used
Expand|Select|Wrap|Line Numbers
  1. <a href="mailto:abcd@hotmail.com">
  2.  
for the purpose of email. I need to specify the message subject from the same code.
Is it possible to supply message subject from the above code? so that when clicked on above link the subject field won't be empty.
Sep 10 '07 #1
4 4510
Expand|Select|Wrap|Line Numbers
  1. <a href="mailto:abcd@hotmail.com?subject=My%20Subject">
  2.  
Sep 10 '07 #2
Thanx for helping.It works. Can I have the whole syntax for the mailto function or can you give me the link where I could find it.
Sep 10 '07 #3
Thanx for helping.It works. Can I have the whole syntax for the mailto function or can you give me the link where I could find it.
This seemed pretty useful: http://redvip.homelinux.net/varios/mailto.html

(I'm not affiliated with that site, just found it via a Google search for "mailto html")
Sep 10 '07 #4
This doesn't work for me - are there known issues with Macs? I'm launching from Mozilla Firefox and by default a mailto pops up in Entourage. I'm wondering if by using the code that Windows users will get the functionality?

Note: the mailto part works fine, it's just the addition of the subject field
Jun 25 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Fernando Rodriguez | last post by:
Hi, What's the syntax to add an attribute to a function form the function body? For example, instead of doing: def fn(): return 1 fn.error = "Error message" print fn.error
4
by: Thomas Mlynarczyk | last post by:
Hi, I stumbled over a strange behaviour of Mozilla. When I want to access the caller property of a function that was not called from within another function, Mozilla seems to abort the script....
4
by: javialmeida | last post by:
Hello everybody. I've been having a look to the c++ FAQ but couldn't get any help there. Does anybody know if is it possible to access a static variable declared within a function?. Something...
5
by: BabyBlue | last post by:
I have a function like this: function get_articles($cat=1,$numberposts=1); it can be used: get_articles(cat=4&numberposts=6); //will display 6 posts from category 6 then I want to use that...
2
by: paulnamroud | last post by:
Hi everybody, When i try to excute a function i got the following error message: " Only functions and extended stored procedures can be executed from within a function." I wrote the following...
15
by: Mikhail Kovalev | last post by:
Hi all, I have a file which is to be included in another script and which takes several seconds to load(!), and which is actually not always used by the script, so instead of using include or...
2
by: =?Utf-8?B?TWFub2o=?= | last post by:
Hi Everyone, Is it possible to display html table in the body content of the mail using mailto function. I have tried encoding this, but it displays as text.
3
by: mpjones2 | last post by:
I'm trying to organize some code I've written and was wondering if anyone can provide any suggestions on an equivalent to #Region that can be used within a function to collapse sections of code...
9
by: Erwin Moller | last post by:
Hi all, Is it possible (PHP5.2) to find the name of a variable used in the caller of a function from within the function itself? Or to be more clear: ...php code.. $result = foo($abc);...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.