HighDots Forums  

ASP FORM MAIL

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss ASP FORM MAIL in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brian Dusablon
 
Posts: n/a

Default ASP FORM MAIL - 06-15-2004 , 04:30 PM






Okay, I have a "invite a friend" ASP page with code I formatted from
ASP101.com...

Unfortunately it's not working, and I think it is because it's trying to
feed through CDONTS.NewMail

Any ideas about a fix for this? I've read some stuff about CDONTS being
outdated...I don't like ASP, but PHP is not installed on the server I'm
trying to feed through.

Thanks

--
Brian Dusablon




Reply With Quote
  #2  
Old   
bruhop
 
Posts: n/a

Default Re: ASP FORM MAIL - 07-21-2004 , 09:07 AM






I am new at this stuff. but we are trying to get a form on our site using asp
as well. the admin. told me that since our sys is windows 2003 and we are using
IIS 6.0 that the CDONTs don't work (not really sure why). I found some
extensions in the technotes section of DW support that have the functionality
of a server behavior (cuz DW doesn't have server behavior) one is called
"adavanced mail". I am going to try it today. hope it is the answer to the
problem

here's the link

http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn120#loc=en_us&view=s
n120&viewName=Dreamweaver%20Exchange&avm=1



Reply With Quote
  #3  
Old   
~Flash~
 
Posts: n/a

Default Re: ASP FORM MAIL - 07-21-2004 , 09:51 AM



The extention below is to mail a form using either ASP, PHP or CF and it's fairly easy to install...
http://www.kaosweaver.com/extensions/details.php?id=69

Flash

Reply With Quote
  #4  
Old   
bruhop
 
Posts: n/a

Default Re: ASP FORM MAIL - 07-21-2004 , 12:32 PM



flash

Wow that's what I ended up doing instead of the advance mail. I installed the
Kaosweaver mailer extenstion. very easy, it just loaded to my DW extenstion
manager. I created the form and followed instruction from Kaos. It's not
working though. can you take a look at this code to see what I did wrong.
thanking you in adavance

<form action="/marketshare/joinus/kwmailervb.asp" method="post" name="Join
Us" id="Join Us">
<p align="right"><span
class="text"><strong><em>Occupation</em></strong><br>
<br>
What type of work do you do?
<input name="typeofwork" type="text" id="typeofwork">
<br>
Name of Employer
<input name="nameofemployer" type="text" id="nameofemployer">
<br>
Job Address
<input name="jobaddress" type="text" id="jobaddress">
<br>
City/State/Zip
<input name="citystatezip" type="text" id="citystatezip">
<br>
I work
<input type="radio" name="fulltime" value="radiobutton">
Full-time
<input type="radio" name="parttime" value="radiobutton">
Part-time<br>
Number of Employees
<input name="numberofemployees" type="text"
id="numberofemployees">
<br>
<textarea name="needunionissues" cols="35" rows="9"
id="textarea2">Please list the issues of why your workplace needs a union
here:</textarea>
<br>
<br>
<strong><em>Contact Information</em></strong><br>
<br>
Name
<input name="namecontact" type="text" id="namecontact">
<br>
Street Address
<input name="contactaddress" type="text" id="contactaddress">
<br>
City
<input name="contactcity" type="text" id="contactcity">
<br>
State/Providence
<input name="contactstate" type="text" id="contactstate">
<br>
Zip
<input name="cotactzip" type="text" id="cotactzip">
<br>
Home Phone
<input name="contactphone" type="text" id="contactphone">
<br>
Pager/Cell Phone
<input name="contactcellpager" type="text"
id="contactcellpager">
<br>
Email Address
<input name="contactemailaddress" type="text"
id="contactemailaddress">
<br>
</span>
<input type="submit" name="Submit" value="submit">
</p>
</form>


Reply With Quote
  #5  
Old   
~Flash~
 
Posts: n/a

Default Re: ASP FORM MAIL - 07-21-2004 , 12:54 PM



Dose your webhost suport ASP? If they don't you need to use a scripting language they do suport if they do suport it, backtrack... there may be somthing you missed (always works for me)...

Flash

Reply With Quote
  #6  
Old   
bruhop
 
Posts: n/a

Default Re: ASP FORM MAIL - 07-21-2004 , 01:34 PM



yes we use asp (wish they had CF, it seems it would be easier. Or cgi too, but
we no have) I will back track. In my earlier thread I mentioned Windows 2003
not using CDONTS. That's what we use. Do you know anything about that. Until we
meet again, I will back-track as you suggested. Hopefully I will find something
that is easy to fix. you rock flash


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.