473,811 Members | 3,358 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot make a simple form work..confused and frustrated.

DressageRider
1 New Member
I need your help. Desperately. Someone has to be able to fix the utter balls up I've made after dinking around in Flash for the last four days.

I have no prior knowledge of anything other than how to point and click, so I figured the fastest way to get comfortable with both Flash and Dreamweaver was to immerse myself in them and see how fast I wanted to commit suicide. If you can seriously look at this stuff for more than a day or two in a row, I bow down before the master. It's enough to make my eyes bleed.

For a test run, I purchased a Flash website that would enable me to put some of my photos up and my phone number. I'm not looking to promote the site...or generate any traffic from it. Basically it's just something that I can point to and show my husband I'm doing SOMETHING. All I do is wander around looking at horses all day anyways...this way I can do it without complaint from him. So this is my test site. I fumbled around...made the changes, uploaded the galleries, etc. All is well. I'm slow. I make a lot of mistakes. Lots of cursing and hair pulling. But I'm plugging along. And now I'm finished. Finished except for one, exasperating bit that I CANNOT get to function. Period. And it is driving me crazy. I have been through it line by line. I have tried tech support. No dice.

Please, please, please help me so that I can go back to my previous heretofore blissful troglodytic existence. You'll fix the problem in about a minute and a half and make me feel doubly dumb....after I've spent four days staring at this like a monkey doing a math problem.

Problem:

On the "contact" section of the website, I have a simple form. It is in an .asp format. I have it open in Dreamweaver. My hosting company has explained to me that I need to fill in "relay-hosting.secures erver.net" for the smtpserver instead of the regular "smtpout.secure server.net" that I use for my outgoing email. They also requested I put the email address that I want the mail to come to as the "recipient" . Now here's where the two techs I talked to differed in opinion...one said to leave the "From" field the way it is because it will auto-populate with an email address from whatever someone types in the form field. The second tech said no, it needed to be a dedicated address to send the forms from. I have tried it numerous ways. With numerous recipients. With numerous smtp servers. And the damnable thing doesn't work. You fill out the form, click submit, and get a lovely window that says, "Your email has been sent successfully" or some such rubbish as that. Lies. All lies I tell you. It might SAY it was sent successfully, but I sure as hell am not getting the replies.

Before I try again with innumerable permutations for yet another day, I have decided to ask for your help. Please tell me it's something horribly simplistic I'm screwing up here.

The original code from the template that I purchased:

<%
for i=1 to 7
message=Request ("message")
next
message=message + Request("messag e")
smtpServer = "enter your SMTP SERVER HERE"
smtpPort = 25


name = Request("Your_N ame:")
Set myMail = CreateObject("C DO.Message")
myMail.Subject = "from " & name
myMail.From = Request("Your_E mail:")
myMail.To = Request("recipi ent")
myMail.HTMLBody = "<html><head><t itle>Contact letter</title></head><body><br> " & message & "</body></html>"
myMail.Configur ation.Fields.It em("http://schemas.microso ft.com/cdo/configuration/sendusing") = 2
myMail.Configur ation.Fields.It em("http://schemas.microso ft.com/cdo/configuration/smtpserver") = smtpServer
myMail.Configur ation.Fields.It em("http://schemas.microso ft.com/cdo/configuration/smtpserverport" ) = smtpPort
myMail.Configur ation.Fields.Up date
myMail.Send

%>


Let's see, again the hosting compay gave me "relay-hosting.secures erver.net" for the server name. My regular outgoing server is "smtpout.secure server.net". My email that I have setup is info@caberneigh .com and also web@caberneigh. com in case the second fellow was correct in saying I needed a from address.

Website is www.caberneigh. com.

I hope that 1.) This is in the right place in this forum, and 2.) Someone can help.

I am at the end of my rope.

Thank you.
Jul 5 '07 #1
0 1532

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

Similar topics

8
5484
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
4
5287
by: Patrick Arkins | last post by:
I have a Main form (named FRM_Main in the Forms Window) with a Subform (named FRM_User_Search in the Forms window, form_User_Search on Forms_Main). FRM_User_Search has a combo-box (cboSort) the user will hopefully be able to use to change the sort order of the records on the same form. Here's the code for the "OnChange" event, minus the DoCmd.Repaint.Object Line:
13
1520
by: tindog | last post by:
I am brand new to this programming especially C#. I am confused (at the moment). I have bought two books to get started to learn C# language and Visual C#.net 2003 in 24 hours. Which is the best to learn the straight language or the VS techniques??? I am using VS2005 team suite, but have come to a halt as confused think I am jumping ahead too quickly. I have done a lovely form for my PDA but is useless as does not do anything, would like...
8
3694
by: Beam_Us_Up_Scotty | last post by:
Hello all, I am trying to write a "simple" animation using C#, and I've tried many things but nothing seems to work for me without leaking memory. Here's a very simple piece of code that uses a timer to set the image of a label from an ImageList every 100ms or so. This is what was being used when I inherited this piece of code, and I thought it was OK, until I changed the size of the label to do animation on a larger piece of screen...
4
1505
by: ItNerd | last post by:
Someone PLEASE HELP ME!!!!! All I want to do is a simple postback and grab the value from a textbox on clicking a linkbutton like below, but the value is not writing to the screen. I am frustrated with this seemingly simple task. I have enabledviewstate=true on the @Page directive, and I tried using onclick on the linkbutton, nothing. I know the event is firing because I can set the value to a hardcoded string and get it to show. In...
4
2235
by: Phillip Vong | last post by:
I'm a newbie using VS2005 to learn and test. I'm testing against the Northwind DB. I created a simple variable called "myVariable" and I assigned it the character "c". I want my SQL query to use this variable in the "Where" statement where it will pull up all names with the letter "c" in it. How do I pass this variable on the the WHERE statement? I thought all I had to do was use the <% %> with my variable inside and that would work...
5
1704
by: Byron | last post by:
I need to create an application that uses primarily a single form rather than an SDI that creates a new form for everythting. However, I don't want an MDI style application since the users I'm dealing with would be overwhelmed with it. The approach I tried in the past was to use MDI, but made all the child windows occupy the entire parent area without a frame so it looked like a single window. I also allowed only a single instance of...
18
4070
by: Pedro Pinto | last post by:
Hi there once more........ Instead of showing all the code my problem is simple. I've tried to create this function: char temp(char *string){ alterString(string); return string;
5
5750
by: olaamussah | last post by:
Hi, i just started learning perl which i would use for my uni. project unfortunately. Well, this is a simple user login page i tried to create but i cant get it to work. Can someone please check this out. Corrections would be highly appreciated. The code: use strict; use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use DBI; $CGI::POST_MAX = 1024 * 1000; sub print_login_form($);
0
9734
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10398
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10416
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 most users, this new feature is actually very convenient. If you want to control the update process,...
1
7676
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5567
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5702
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4357
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
2
3881
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3028
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.