A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
HTML, CSS and JavaScript
Author
mailTo
R.Joe
Ranch Hand
Joined: Jun 16, 2004
Posts: 31
posted
Nov 13, 2006 04:02:00
0
How i use mailto command with large amount of body content more than 2020 character
syntax
mailto: ?subject=welcome&body=
please help me out
pascal betz
Ranch Hand
Joined: Jun 19, 2001
Posts: 547
posted
Nov 13, 2006 04:14:00
0
thats a JavaScript question. You should post it in the "HTML / Javascript" forum.
Probably it just does not work or is browser dependant...
pascal
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
I like...
posted
Nov 13, 2006 04:51:00
0
Moving...
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
Nov 13, 2006 05:32:00
0
You can't, it is a limit of the browser with the size of the url. Use a serverside language to do the mailing with post.
Eric
R.Joe
Ranch Hand
Joined: Jun 16, 2004
Posts: 31
posted
Nov 13, 2006 05:34:00
0
basically i want to fetch the data from the text field and then mail it
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56242
13
I like...
posted
Nov 13, 2006 13:00:00
0
What are you using on the server side? This is easy to accomplish with the JavaMail API if using Java.
[ November 13, 2006: Message edited by: Bear Bibeault ]
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://aspose.com/file-tools
subject: mailTo
Similar Threads
Question on mailto tag
HTML in Desktop.mail(URI)?
Insert HyperLinks at Email Body
HTML mailto attribute
mailto
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter