Forum: ASP 29 Days Ago |
| Replies: 0 Views: 542 Hi Guys
My hosting company confirmed that recently it appeared that somebody was trying to hack into my website. I was able to confirm the page used but not whether they actually got through - no... |
Forum: ASP Aug 26th, 2009 |
| Replies: 0 Views: 455 Hi Guys
I am sending emails using cdo and SMTP Authentication in ASP.
When I send emails to my clients who have Yahoo and Hotmail accounts the emails go into their spam/junk mail folders.
Is... |
Forum: ASP Aug 1st, 2009 |
| Replies: 2 Views: 532 Hi Guys
I've built a Job Site and I want to prevent a user from
applying for the same job twice. Each record has a unique
identifier which is its PK from the database.
I was thinking of... |
Forum: ASP Jun 30th, 2009 |
| Replies: 4 Views: 718 Works well - Thanks for all your help. |
Forum: ASP Jun 29th, 2009 |
| Replies: 4 Views: 718 Hi
Thanks for your reply.
The email is sent ok but the link appears like this:
<a name= id=1 href='http://www.hair-salons.com/Hair-Salon-Search.asp'>Click Here</a>
At the moment the <a... |
Forum: ASP Jun 26th, 2009 |
| Replies: 4 Views: 718 Hi Guys
I am trying to send a link in an email to my users - I am using CDO. I am having trouble contructing the link. Currently I am receiving the message "syntax error".
strBody = strBody... |
Forum: ASP Jun 25th, 2009 |
| Replies: 2 Views: 1,011 |
Forum: ASP Jun 24th, 2009 |
| Replies: 2 Views: 1,011 Hi Guys
I have been working on an Automatic Email Function. The code returns two different email addresses which are used to send emails to. The problem is - in second email sent the Body of the... |
Forum: ASP May 12th, 2009 |
| Replies: 8 Views: 1,425 I have been able to retain the value in a listbox in asp when the user submits the form providing the user selects only one value from the list box - but how do I retain more than one value i.e. if... |
Forum: ASP Apr 7th, 2009 |
| Replies: 0 Views: 520 Hi Guys
I run a Job Advertsing Site and I would like to feature links to jobs on the home page. So I have created a schedule file with the following information:
%%#1
Home Page<a... |
Forum: Relevant Link Exchanges Mar 7th, 2009 |
| Replies: 0 Views: 404 Hi
I am interested in exchanging links with any websites related to Hair, Hair and Beauty and Health and Beauty with any page rank.
Thanks.
http://www.blackhair-salons.com |
Forum: JSP Dec 24th, 2008 |
| Replies: 2 Views: 960 Seasons Greetings Everybody!
I want to use a Textfield to dispaly details of link information to my website so that others can copy and paste these details upon their website. I want to prevent... |
Forum: ASP Oct 30th, 2008 |
| Replies: 1 Views: 854 Hi Guys
I have 2 files
1st File a user creates a Text File using the FileSystemObject
2nd File I want to send an email confirming the Text File has been created
I do not want to include the... |
Forum: ASP Aug 25th, 2008 |
| Replies: 4 Views: 1,288 Ok. But at the moment I am unable to save the value inserted into the input box if I refresh the form. For Example If the user inserts a value into Textbox1 inccorectly when he/she submits the page... |
Forum: ASP Aug 9th, 2008 |
| Replies: 1 Views: 1,758 Hi
Try This:
<%
Dim MyCDONTSMail
Set MyCDONTSMail = CreateObject("CDONTS.NewMail") |
Forum: ASP Jul 30th, 2008 |
| Replies: 4 Views: 1,288 I have always wondered?
When you submit a form in ASP the page refreshes so in order to edit a value you have to press back on the browser or at least that is what I have been doing. Is there any... |
Forum: ASP Jun 12th, 2008 |
| Replies: 13 Views: 3,867 |
Forum: ASP Jun 12th, 2008 |
| Replies: 1 Views: 2,774 Hi Guys
I have a List Box ("LISTJOBTYPE") and so the User can select more than one Item:
Junior Stylist
Hair Stylist
Senior Stylist
Principle Stylist
In my database I have the following: |
Forum: ASP Jun 4th, 2008 |
| Replies: 13 Views: 3,867 |
Forum: ASP Jun 4th, 2008 |
| Replies: 13 Views: 3,867 I thought I would give it a good testing and it was working fine but after alternating from different options when updating a record I got an error.
Usually when a column is not big enough for the... |
Forum: ASP Jun 3rd, 2008 |
| Replies: 1 Views: 668 For each field of data you want to embedd in the email you could do something like this:
<%
If Request.Form("txtMessage") <> "" Then
strMessage = Request.Form("txtMessage")
End If
Dim... |
Forum: ASP Jun 3rd, 2008 |
| Replies: 13 Views: 3,867 I get an "Expected End of Statement Error at this line:
strOptions = strOptions & " selected="""selected"""
I have tried a few things but none of which have worked. |
Forum: ASP Jun 2nd, 2008 |
| Replies: 13 Views: 3,867 ok. This is why I am using the Split Function. But I want to retrieve the values in this variable and loop through the recordset of the table containing Self Employed Freelance and Contract in order... |
Forum: ASP Jun 1st, 2008 |
| Replies: 13 Views: 3,867 Could you give me an example of how this would work? |
Forum: ASP May 30th, 2008 |
| Replies: 13 Views: 3,867 Hi Everyone
On an .ASP Webpage I allow users to select more than one option from a list box. To retrieve this information I use the Split Function i.e.
<%
strSQL = SELECT APP_JOB FROM... |