Forum: ASP Dec 20th, 2007 |
| Replies: 2 Views: 1,340 thanks, I got it. I really appreciate your help! |
Forum: ASP Dec 19th, 2007 |
| Replies: 2 Views: 1,340 Hi,
Is there a way to separate strings in Classic ASP?
Here is the sample of the CODE:
<%@ Language=VBScript %>
<%
Option Explicit
%> |
Forum: ASP Dec 14th, 2007 |
| Replies: 3 Views: 6,153 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... |
Forum: ASP Dec 11th, 2007 |
| Replies: 0 Views: 4,061 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... |
Forum: ASP Dec 10th, 2007 |
| Replies: 0 Views: 910 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... |
Forum: ASP Dec 10th, 2007 |
| Replies: 1 Views: 2,734 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... |
Forum: ASP Dec 6th, 2007 |
| Replies: 0 Views: 1,041 I'm trying to export body of email into .txt.
here is the sendmail.asp:
<%@ Language=VBScript %>
<%
Option Explicit
%> |
Forum: ASP Dec 6th, 2007 |
| Replies: 0 Views: 1,060 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... |
Forum: ASP Dec 5th, 2007 |
| Replies: 0 Views: 810 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... |
Forum: ASP Nov 2nd, 2007 |
| Replies: 1 Views: 1,090 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,... |
Forum: ASP Nov 1st, 2007 |
| Replies: 3 Views: 1,855 I don't want a link that has a mailto:jenny@company.com.
I want a radio button which holds 2 email addresses as values. I think the backend asp page has to read the radio button-- which is good... |
Forum: ASP Oct 31st, 2007 |
| Replies: 3 Views: 1,855 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... |
Forum: ASP Oct 30th, 2007 |
| Replies: 1 Views: 1,034 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... |
Forum: ASP.NET Oct 29th, 2007 |
| Replies: 5 Views: 3,253 I think did some modification from the code you gave me. Thanks.
Now I added a textarea on my form, and how would I include the ASP code. After the user types in the message it will also generate... |
Forum: ASP.NET Oct 29th, 2007 |
| Replies: 5 Views: 3,253 I need some help how to put email addresses in a textfield, then this is directed on the To: of the inbox.
I think that would be an easy method to do this, but I'm new to ASP. I need some help. |
Forum: ASP.NET Oct 29th, 2007 |
| Replies: 5 Views: 3,253 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... |
Forum: ASP Oct 26th, 2007 |
| Replies: 1 Views: 2,037 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... |
Forum: Community Introductions Oct 26th, 2006 |
| Replies: 2 Views: 1,096 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... |
Forum: Growing an Online Community Oct 26th, 2006 |
| Replies: 1 Views: 2,096 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... |