Attachment Feature

Where do you think I can get just this feature alone in ASP?I just need this feature and not this whole forum. Any other similar product I can use or try?

View Replies


ADVERTISEMENT

Day() Feature

I'm having a hard time with the Day() function. Basically, it appears
to be picking and choosing which part of a date string it uses to
return the result ... heres some code :

View Replies View Related

New Forum Feature?

I've noticed changes to the forum, for instance... the addition of a "time spent on forums" and user-post "bar" thingiemabob

...And on the front-page I'm presented with a link to "View my warnings"

Which is obsolete, considering that I don't have any warnings (oh, I'm such a little angel!)

Any news or admin care to comment on this?

View Replies View Related

Adding Feature

I am very new to ASP and I am trying to add an existing script.I have an open source shopping cart and I want to add real time shipping rates from USPS.

I have a username and password for the USPS server,but I am having trouble figuring out where to place it. Also if someone as a script to send and recieve data from the USPS server that would be great.

View Replies View Related

Search Feature

I need to provide the search feature on the companys web site. I have read one of the threads here that this can be accomplished via Google. I can't locate the thread anymore. Is it possible? could you please point me to the right resources?

View Replies View Related

Login Feature Using MS Access

I have a website which requires login. The login function works fine, but I want to display this message when someone is logged in: "Welcome, Firstname Lastname". Here is the code for login.asp: Code:

View Replies View Related

Log In Feature Using Two Access Tables

I have a login feature but i want to be able to let users from different tables to log in. The data base is Access and the code is from DreamWeaver MX.

The computer recognises that there are two tables. However i get the message:

Microsoft JET Database Engine error '80004005'

The specified field 'userID' could refer to more than one table listed in the FROM clause of your SQL statement.

/members/loginform.asp, line 21

This is the code:

View Replies View Related

Framed Page Feature

i want to have this feature implemented on a framed page: a two paged frame with:

frame (a) containing a textbox and submit button
frame (b) dispays the url entered in the textbox

i have no idea how i'll program the textbox to accepts urls and open the link in the target frame.

View Replies View Related

Calendar Control Feature

I would like to insert a calendar into a webpage that shows the current date and really needs no updating, fro mthis calendar i would like to select a date from it and have that date inserted into a text field, in all there will be 22 text fields (but for now its probably best to concentrate on one).
The reason being i would like to give the user of the website access to change dates in a table in access. The dates can be calculated from the first date entered into the first text field like so:
All dates will be 7 days apart. Ie if the firsat date is 1/7/04 then make the second 8/7/04 and the third 15/7/04 etc 22 times.

View Replies View Related

Sorting Asc/desc Feature

I'm building my ASP pages using dreamweaver 8 and some code that I learned along the way.

Can anyone tell me how can I sort (or order) the records in a table just by clicking on any of the columns?

View Replies View Related

Simple Search Feature

i have a text field that the user can input a keyword to search on. i want it to search two fields in my database: productName and productDetails. can someone tell me the sql i would have to use? I know it would be a mixture of using the WHERE and LIKE commands.

View Replies View Related

Auto-remove Feature

I have an email program, that I wrote for my newsletter. When I send my emails, I am getting more and more bad emails. Is there a way to have an auto remore feature that will remore the email from my database?

View Replies View Related

User Login Feature

the database works is it checks over a database and verifies the username & pass with code. Then the user enters the site and there's a seperate table to keep a record of when users log in and log out.

Well basically I'd like to know if and how I could apply a filter using asp code? I'd like to filter out everything but <%Session("name")%> (which displays their username) so that user logged in can view their own records.

View Replies View Related

Site Login Feature

I am creating a message board in ASP, and I want to create a login feature where you can view the site without being logged in as a registered user, or you can be logged in and use more features.

What is the best way to go about doing this? Should I use cookies, or should I just try to create a login feature using VBScript and Database values?

View Replies View Related

Upload File Feature

how to provide the feature for ploading files from a website? i want sum people to b able to upload their files to my server from website, and I am going to read these files later on for ifferent application. am using ASP and vbscript for my applications.

View Replies View Related

Adding ASP File-Upload Feature

I was wondering if any one had any advice for adding on an all ASP file-upload feature to a form. To start I only want to upload JPGs to a folder (max 2 per form) and then write the path to these images along with the form information so the images can be displayed later on.

View Replies View Related

Radio Buttons To Add/change/delete Feature

I have a simple add/change/delete feature going on. I have a products table that I'm selling mock products from. I have a column named category, which users either select baseball or basketball from the radio buttons on a form. I can't figure out how to make this work. I'm implying that the code is working, the record is adding to the database, just not the category field, and when I display all the fields out of my database onto a html page the category field is blank. Below is the code I have.

<tr>
<td>Category:</td>
<td>Baseball<input type="radio" name="category" value="baseball">
Basketball<input type="radio" name="category" value="basketball"></td>
</tr>

Then I dim out a strCategory variable and set it equal to the request object "category"

View Replies View Related

How Can I Give A Nice Print Friendly Feature Through IE For My Website Visitors

I just wanted to know if anyone can tell me how can I give my website visitors the feature of "FRIENDLY PRINTING" through IE. Code:

View Replies View Related

Attachment

I wonder if you can help me. I want the functionality to Automatically get attachment from email and upload it to server for viewing.
So when someone sends in an email to a specificied address, it get the file from the email and uploads it somewhere.
How can this be done?I would think that you would have an automated email address. It would proabably be running on a windows server.

View Replies View Related

Attachment.

I have created on form where i have field like Job title, Company name, Job Discription and Apply button. Also i have one hidden input for email address.
When any one click on Apply button there one form will open for mail his resume.
In that form i have Name, Mail address of applier, Cover letter(textarea), and select box and Attachment textbox and Send button.
At backend this programe mail me his information through mail with his keyed info with attachment of his CV. In CC he takes hiden value of email which i maintion in hidden text.

View Replies View Related

Add An Attachment

i need to add an attachment and save it to a db using ASP

i serached for this everywhere but cudnt find anything. one place i found aquestion being asked but no has replied it

View Replies View Related

Attachment

i have some problem in ASP. actually i am developing a web site using ASP,Sql server. i want to give the opportunity to the users to download a file from the webpage. i created power point slide show. i want to give the link to download that slide show.

View Replies View Related

E-mail Attachment

I'm using ASP to generate an e-mail with attached files and send them out to
clients. Typically, when we send out e-mail through our mail server, there
is a disclaimer that is auto appended to the end of our e-mails. I don't
know how this is set up (not a network guy and a relatively new employee).
For some reason, this disclaimer is attached as a text file to any e-mails
that I send programmatically. Any idea what's causing this or how to solve
this problem?

View Replies View Related

Jmail Attachment

I have a web page coded in ASP VBScript which sends a html email using the Jmail.SMTPMail object.

I am trying to attach a .csv file to the mail but when i get the mail through it won't display. It just shows this in the mail body...

This is a multipart message in MIME format. ----NEXT_BM_46A46859F09247848CB1A7C3EBE06AC2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: Quoted-Printable

Here is my code ....

View Replies View Related

Attachment In Email Using CDO

I am sending email using CDO. I want to send attachment through email.For that I have to send my file to webserver first then have to write path of file in CDO code.what is the best method developer's using for the same?Would you please send some component so that from local m/c I can upload desire file to webserver and consequently can attach that file into email.

View Replies View Related

Attachment Using Stream

Does anyone know how to create an attachment using a stream in classic
ASP.I can see that it can be done in ASP.Net as per the article below:
Initializes a new instance of the Attachment class with the specified
stream and name.
http://msdn2.microsoft.com/en-us/library/6sdktyws.aspx.

View Replies View Related

CDO.MESSAGE ATTACHMENT

When a user posts a HTML Form in an ASP page, the values entered by
the user in the Form are mailed to the website owner. Users can also
attach a file before posting the Form.

To send the e-mail, I am using CDO.MESSAGE. When I tested the app in
my local intranet IIS5.1 server, the e-mail part worked fine & even
the attachment was sent along with the mail but after deploying the
site at godaddy.com, when I try to send a file from my local hard disk
as an attachment, I get the following error:

===================================
CDO.Message.1 error '80070003'

The system cannot find the path specified.
====================================

which points to the line that does the attachment which is

cdoMessage.AddAttachment Request.Form("uploadfile")

It's pretty obvious what's causing the error - the ASP file resides
onthe server whereas the file to be attached exists in the users local
hard drive but the question is how do I resolve this error?

View Replies View Related

Attachment In Email

I am sending email using CDO. I want to send attachment through email.For that I have to send my file to webserver first then have to write path of file in CDO code.what is the best method developer's using for the same?Would you please send some component so that from local m/c I can upload desire file to webserver and consequently can attach that file into email.

View Replies View Related

ASP To PDF On The Fly - As An E-mail Attachment?

Does anyone know of a product that would allow me to create a PDF from an ASP page on the fly, but instead of displaying the PDF to the user, simply write the PDF to a file?

(My goal is to subsequently pick up the PDF and attach it to an e-mail to the user.)

I�ve been unable to find a product that can achieve this.

View Replies View Related

Email Attachment

I want the users to be able to send an email with an attachment from my web page. The problem is that the file ".DOC" resides on the client machine and not the server. It would be ideal if the user could browse for the file.

Can someone tell me if this is possible and how? Do I have to first upload the document before adding it to the email as an attachment.

View Replies View Related

Asp Email Attachment

Anybody can teach me beginning how to write a asp with attachment file?

Example I have a form as below:-

Name :
Address :
Tel :
Email :
Attachment photo :

I would like received mail can get all this info.

View Replies View Related

Email Attachment Pbm

i have pbm, all the values from first form is passed to the asp form including the path of the file attachment, through local host it is well running if i upload files in remote server and process then error is generated could anybody help this out Code:
...
stratt = Request.QueryString("f_path")

With objCDOMail
Set .Configuration = objConfig
.From = strFromEmailAddress
.To = strToEmailAddress
'.Cc = strCcEmailAddress
'.Bcc = strBccEmailAddress
.Subject = "Enquiry sent from enquiry form on website"
'.HTMLBody = strHTML
.TextBody = strBody
.AddAttachment stratt (path)
.Send
End With

View Replies View Related

Mail With Attachment

I want to create a form with Fields of Name/ Email ID/ Comments/ and Attachment.I want to receive mail with single attachment through that form.Is anybody have an idea how to create such ASP code form.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved