473,545 Members | 1,471 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

need a little help

I'd like to change a couple of line in this asp file :
<%
Set Mailer = Server.CreateOb ject("SMTPsvg.M ailer")
Mailer.QMessage = true
Mailer.FromName = Request.Form ("From")
Mailer.FromAddr ess= Request.Form ("Addres")
Mailer.RemoteHo st = "mailserver.com "
Mailer.AddRecip ient "property", "in**@myway.com "
Mailer.Subject = "Informatio ns Request"
Mailer.BodyText = Request.Form ("MsgBody")

if Mailer.SendMail then
Response.Write "Your message has been successfully sent. We committ
ourselves to answer to your request within 24 hours , if not , some
problems happened in delivering the message , please contact us again
.. You can now click on the 'back' button of your browser to return
to visit our website ."
else
Response.Write "Mail send failure. Error was " & Mailer.Response
end if
%>
Instead of typing the simple message "Your message has been
successfully sent. We committ ourselves to answer to your request
within 24 hours , if not , some problems happened in delivering the
message , please contact us again . You can now click on the 'back'
button of your browser to return to visit our website ." , I'd like to
redirect the browser to a much nicer "thankyou.h tm" page .
What should I change ??!?!?

Thank you ,

Paky
Jul 19 '05 #1
2 1278
"Paky" <pa**@paonessa. net> wrote in message news:a6******** *************** ***@posting.goo gle.com...
<snipped>
Instead of typing the simple message "Your message has been
successfully sent. We committ ourselves to answer to your request
within 24 hours , if not , some problems happened in delivering the
message , please contact us again . You can now click on the 'back'
button of your browser to return to visit our website ." , I'd like to
redirect the browser to a much nicer "thankyou.h tm" page .
What should I change ??!?!?

Thank you ,

Paky


Hi Paky,

I use:
Response.Redire ct "thankyou.a sp"

Hope it helps

--
Cheers
Shai Boy
(Remove NOSPAM from email address)
Jul 19 '05 #2
"Shaiboy_UK " <sh********@NOS PAMyahoo.co.uk> wrote in message news:<10******* *********@despi na.uk.clara.net >...
"Paky" <pa**@paonessa. net> wrote in message news:a6******** *************** ***@posting.goo gle.com...
<snipped>
Instead of typing the simple message "Your message has been
successfully sent. We committ ourselves to answer to your request
within 24 hours , if not , some problems happened in delivering the
message , please contact us again . You can now click on the 'back'
button of your browser to return to visit our website ." , I'd like to
redirect the browser to a much nicer "thankyou.h tm" page .
What should I change ??!?!?

Thank you ,

Paky


Hi Paky,

I use:
Response.Redire ct "thankyou.a sp"

Hope it helps


Thanks alot , Shaiboy .

Paky
Jul 19 '05 #3

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

Similar topics

4
7159
by: Marc | last post by:
Hi all, I am trying to write an application where I need the ability to open an Excel spreadsheet and do basic read/write, insert rows, and hide/unhide rows. Using win32com I have been able to get the basics down as well as some examples displaying how to simply read and write. But the next step appears exponential. I haven never done...
7
1652
by: Keyed4U | last post by:
I have a drop down list system (works to some extent) for a date range search that I need to do a little more. The following is a small sample from the script: function modify_mo_list(mo_model) { molist = document.forms.querymo2; if (mo_model == '/01/') { var i = 0; molist.options = new Option('February','/02/');
2
2168
by: OZ | last post by:
Hi, I am new C++ and need a little help with a public domain program that is suppose to perform a byte swap. I am receiving the following error messages during the compile process with Microsoft C++ 2003. Here are the error messages and source code: (97) : error C2664: 'fgetpos' : cannot convert parameter 2 from 'void
17
1953
by: EkteGjetost | last post by:
This is definitely not the smart thing to do as far as my learning goes, but desperate situations call for desperate measures. The final lab for my introduction to C programming class is due tomorrow. I was on vacation when we went over how to read files, so basically my only resources are the book, the course notes, and the examples....
5
1747
by: Jintty | last post by:
Hi, I'm trying to write a program that will read a txt file, copy it into another text file and display the number of words, lines and paragraphs. I was able to get the copying portion done, but i'm struggling with the counters. processBlank is supposed to increment the number of words whenever it hits a nonblank, so i figured using if its...
7
1648
by: Galen Somerville | last post by:
I'm doing something wrong. I made up a test app and put the ZIP file on my website http://home.surewest.net/galen/index.html under Downloads. Basically I have a Panel that will get continuous updates and I don't want any flicker. In the test app it sets up a mem map and sets it to Black. When the Button is clicked it calls a routine...
12
1854
by: nephish | last post by:
Hello there, i am getting to need to make my web stuff more OO. i have a project at work that we are porting to the internet, and i started learning php to do so. the project is now mamoth is size, and code is reused and pasted all over it. I plan to do a good re-write using better, and cleaner code. So i want to incorporate some classes....
0
3924
by: U S Contractors Offering Service A Non-profit | last post by:
Brilliant technology helping those most in need Inbox Reply U S Contractors Offering Service A Non-profit show details 10:37 pm (1 hour ago) Brilliant technology helping those most in need Inbox Reply from Craig Somerford <uscos@2barter.net> hide details 10:25 pm (3 minutes ago)
0
1700
by: raypjr | last post by:
Hi everyone. I need a little help with some parts of a word guessing game I'm working on. I have some parts done but unsure about others and could use a little advice. Any help is very much appreciated.Here is the code to give more detail: Dim GameOver As Boolean Dim NumWords As Integer, ThreeWordList(1000) As String,...
5
2023
by: bean330 | last post by:
Hey, I'm somewhat new to C# and I need a little help, please! I'm selecting a bunch of records, setting properties on a COM executable and then calling a method on that executable to run. I want to run the executable in separate threads because they can be long-running and it would be optimal for us to run a bunch simultaneously. I've...
0
7465
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7656
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7416
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7752
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5325
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4944
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1878
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
701
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.