Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
About Me

Senior Multimedia Designer/ Flash Developer

Favorite Tags
Member Avatar for doraima29

Hi, I need some help completing a dynamic form done in asp. I will put the code shown below: Things that need to be considered: 1. Sending this form via email, and output will show after user types his/ her input. 2. Radio buttons are constructed-- so the message and …

Member Avatar for vegetablevn
0
176
Member Avatar for doraima29

How to import CSV data line by line with ASP? I wanted this code to import data line by line after a form has been submitted I'm using a Classic ASP to code all of the dynamic stuff I have this code-- <title>Import CSV to HTML</title> <body bgcolor="#FFFFFF"> <% csv_to_read="states.csv" …

Member Avatar for chunder
0
2K
Member Avatar for doraima29

Hi, Is there a way to separate strings in Classic ASP? Here is the sample of the CODE: <%@ Language=VBScript %> <% Option Explicit %> <% ' ----------------------------------------------------- ' CDONTS Email send script ' © [url]http://www.designplace.org/[/url] ' Comments must remain intact for re-use of this code ' ----------------------------------------------------- dim strFName, …

Member Avatar for doraima29
0
125
Member Avatar for doraima29

Hi, I'm kind of new on the field of ASP, I wanted to export the body of the email as a text file. Is there any way to create the data on a text file. Please provide some suggestions how to go about this problem. Let me provide the send …

Member Avatar for hielo
0
92
Member Avatar for doraima29

Hi, I have 2 questions on how to get this code working from a form I am building. Notes-- I only have Classic ASP running on all of the servers that I am working on. My other option is that I have CGI and Perl running too. First, I have …

0
52
Member Avatar for doraima29

Hi, I'm trying to import a .csv file containing discount codes on 1 column. I was wondering if it's possible to import data to the send_it.asp(This is a web form application) without any database like MySQL. Also, I want to read each line until one user fills out a form, …

0
63
Member Avatar for doraima29

I'm trying to export body of email into .txt. here is the sendmail.asp: <%@ Language=VBScript %> <% Option Explicit %> <% ' ----------------------------------------------------- ' CDONTS Email send script ' © [url]http://www.designplace.org/[/url] ' Comments must remain intact for re-use of this code ' ----------------------------------------------------- dim strName, strEmailOne, strEmailTwo, strMessage, optSuggestions, strEmailTo …

0
65
Member Avatar for doraima29

HI, I'm trying to import data coming from a .csv file. The .csv file contains a column of coupon codes. I have constructed a send email form made with ASP earlier. This will send a coupon code taken from the .csv file one at a time after a person completely …

0
86
Member Avatar for doraima29

Hi Everyone, I'm trying to import data from an .xls or .txt file, so the data can be shown on the body of the email. I have a list of coupon codes I have entered on a .xls spreadsheet, and want to import data when a user uses a registration …

0
39
Member Avatar for doraima29

I have done the back-end code in the ASP, I was wondering if there's a way to produce a text file on a server, after form has been submitted by user. I am also putting a script to put via email, but want to save it as a text file …

Member Avatar for SheSaidImaPregy
0
100
Member Avatar for doraima29

Hi, I need some help how to include multiple email addresses in a radio button. This radio button will hold at least 2 email addresses within an organization. After user clicks the Submit button in a form. The email addresses will go directly on the To: of the Inbox. I …

Member Avatar for SheSaidImaPregy
0
160
Member Avatar for doraima29

Is there a shorter way to include multiple email addresses as text in ASP. I'm trying to call txtEmail from HTML file, then the strTo is a variable of txtMail. How would I do it? Is it possible to include multiple email addresses when I type in as: Constr strTo …

Member Avatar for SheSaidImaPregy
0
98
Member Avatar for doraima29

I'm building a dynamic form with radio buttons. These radio buttons will hold values that have specific email addresses of respective people in a company. here is the html and asp code shown below: <FORM METHOD=POST ACTION="mailform.asp" ONSUBMIT="DoctorElements();"> <INPUT TYPE=HIDDEN NAME="urlSendTo" VALUE="/suggestions/thankyou.htm"> <INPUT TYPE=HIDDEN NAME="urlFromPath" VALUE="/suggestions/default.htm"> Name: <INPUT TYPE=TEXT NAME="txtUser.Name"><BR> …

Member Avatar for SheSaidImaPregy
0
145
Member Avatar for doraima29

Hi, Is there any way to import data from MS Access in MYSql, so that I can add new members in groups in IPB-- this is solely a discussion forum for a digital media network targeted for college and high school students in the area. This is kind of a …

Member Avatar for Dani
0
249
Member Avatar for doraima29

Hi, I'm glad to be here since I need advice and help regarding web development. I'm a web designer and wanted to improve and learn more about web development like doing web applications-- I specialize in Flash, php and xml. But I have a new job that will surely add …

Member Avatar for happygeek
0
91