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

Email a web page

Jarquesz
I need to email a web page with its content.
The user should be able to click on the "email this page button" and then it should open in a new email message with all the body text of the web page in the email.
Can anyone please assist with this.
Aug 28 '07 #1
2 1245
dmjpro
2,476 2GB
I need to email a web page with its content.
The user should be able to click on the "email this page button" and then it should open in a new email message with all the body text of the web page in the email.
Can anyone please assist with this.

Welcome to TSDN.
Actually mailing a Web Page you need to do coding on Server Side.
But it is JavaScript Forum.
Using which Technology you want to implement that code.
Mens J2EE or .Net or something else?
Please mention that and post your problem on that particular Forum.
Experts will be there to solve your problem.
Ok.

Kind regards,
Dmjpro.
Aug 28 '07 #2
pbmods
5,821 Expert 4TB
Heya, Jarquesz. Welcome to TSDN!

You COULD do this:
Expand|Select|Wrap|Line Numbers
  1. window.location.href = 'mailto:' + email + '?body=' + encodeURIComponent(theHTML);
  2.  
Aug 28 '07 #3

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

Similar topics

2
by: Theo | last post by:
hi all, a quick question... been doing a bunch of reading this morning, the web and here, and am curious whether or not an html/php page that is displayed on the screen (with unique information)...
1
by: Ann Leland | last post by:
I have been using session variables to pass a user name from one ASP page to another inside framesets for 9 months and it stopped working this week. I have made no code changes but there was a...
16
by: TJO | last post by:
I am trying to pre populate an email body using javascript. I cannot figure out how to control the carraige returns for the text. The standard \r\n is not working. Is there another technique I...
2
by: timjowers | last post by:
Searched through sourceforge to no avail. Ideas? Requirement: 1. Lists users from LDAP 2. Allows multiple selection as well as free text entry 3. Has To, CC, and BCC lists. 4. Message and...
3
by: kifo | last post by:
i have created an email page using cdo and another one using JMail ... i want to load my pages to the ISP so that it could be viewed to the public ... i know i have to register a domain name but do...
4
by: MostlyH2O | last post by:
Hi Folks, I have been going in circles for weeks - trying to find the best way to send and manage emails from my ASP application. The email page might send as many as 500 individual emails at a...
2
by: Rico | last post by:
Hello, I'm using formmail.asp which is an emailing utility. Basically, the user fills out a request page, clicks "Submit" and the page posts to formmail.asp which emails the user information. ...
16
by: whyyyy | last post by:
The script below works fine if the form is filled out and submitted. But a (blank) e-mail is sent whenever the page loads, even when the form is not submitted. I would like to receive the e-mail...
1
by: Info_Junkie | last post by:
I access the group through Google Groups. I know how many hate that. Even so I like it, as our ISP account has bad customer service and we cannot get the setup thru Outlook Express to work to...
0
by: david220 | last post by:
hi once members sign up to my site they get sent an email which contains there username/password which they enter on a sign up form. Once they've signed up the email is automatically sent using...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...

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.