Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2004, 02:22 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 345
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to gokul_blr Send a message via Yahoo to gokul_blr
Default E-mail the page content

Can anyone give the sample code for e-mailing the page content display containing (text boxes, list, combo etc).


Gokulan Ethiraj
__________________
Gokulan E
 
Old September 29th, 2004, 02:33 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to qazi_nomi
Default

What do you mean by this that e-mailing the page contents ?



(*_*)

Numan
--------------------------------------------------
It is not important what you get But important is how you got it
 
Old October 1st, 2004, 02:44 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Do you mean that you want to send the page thru mail?

You can do with any serverside scripting language.

strHTML="<form name='frm1'><,input tyoe='text' name='txt1'>...</form>"

use CDONTS or any other.
Set the body format to HTML.

send as a ordinary message

 
Old October 1st, 2004, 04:20 AM
Friend of Wrox
 
Join Date: May 2003
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Visit the following URL for more detailed reference about Email and ASP related issues

http://www.4guysfromrolla.com/webtec...More/Email.asp

Charul Shukla

Charul Shukla





Similar Threads
Thread Thread Starter Forum Replies Last Post
Master Page Method: Code-Behind for Content Page kwilliams ASP.NET 2.0 Professional 3 June 2nd, 2008 12:57 PM
Master Page and Content Page with Java script Harjinder ASP.NET 2.0 Professional 1 February 1st, 2008 10:31 AM
Missing mail content with CDONTS sunile-zest Classic ASP Basics 1 July 10th, 2007 02:22 PM
Sending mail with image content oluseyi ASP.NET 1.0 and 1.1 Professional 3 February 13th, 2007 12:12 PM
Access Master page control from Content page. angshujit ASP.NET 2.0 Basics 3 January 11th, 2007 06:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.