Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 29
Search took
0.11
seconds.
Search:
Posts Made By:
Hatch
Forum:
ASP
06-06-2003, 10:17 PM
Replies:
3
Returning a RecordSet
Views:
769
Posted By
Hatch
Thanks for the quick response. I added set in...
Thanks for the quick response. I added set in there and i'm getting ...
Error Type:
Microsoft VBScript runtime (0x800A01C2)
Wrong number of arguments or invalid property assignment: 'objRS'
...
Forum:
ASP
06-06-2003, 10:08 PM
Replies:
3
Returning a RecordSet
Views:
769
Posted By
Hatch
Returning a RecordSet
How do you return a record set from a function?
I have...
===============================
public Function listAllItems
Connect blah blah ...
strSQL1="SELECT * from CartItems;"
...
Forum:
ASP
11-11-2002, 02:58 PM
Replies:
1
Uploading a Picture into Access
Views:
968
Posted By
Hatch
Uploading a Picture into Access
Does anybody know how to upload a picture using asp into an access database. If so, can you give me some direction on how to do this.
TIA
Forum:
ASP
10-15-2002, 06:59 PM
Replies:
2
Query in a loop
Views:
1,169
Posted By
Hatch
Query in a loop
How do I query in a loop.
I Have this inside a loop
strSQL3="SELECT * from Rates where Zone='" & Zone & "' and Weight="& Weight
objRS3.Open strSQL3, objConn
response.write objRS3("Rate")
Loop...
Forum:
ASP
08-19-2002, 02:32 PM
Replies:
4
ASP support on *nix
Views:
1,505
Posted By
Hatch
It sure can. Check out http://www.chilisoft.com
It sure can.
Check out http://www.chilisoft.com
Forum:
ASP
08-14-2002, 02:39 PM
Replies:
7
Form to Email Processing
Views:
2,162
Posted By
Hatch
Can you post the code where you are having the...
Can you post the code where you are having the problems. That way we could help you better.
Forum:
ASP
08-13-2002, 10:50 PM
Replies:
7
Form to Email Processing
Views:
2,162
Posted By
Hatch
I'm sorry I ment reply-to. Try putting this in...
I'm sorry I ment reply-to.
Try putting this in your code.
Value("Reply-To") = "webmaster@countingcrows.com"
Forum:
ASP
08-13-2002, 10:43 PM
Replies:
7
Form to Email Processing
Views:
2,162
Posted By
Hatch
Do you have a send-to property set in your...
Do you have a send-to property set in your cdonts?
If not try that?
Forum:
ASP
08-13-2002, 09:55 PM
Replies:
4
Learning ASP
Views:
1,869
Posted By
Hatch
www.asp101.com This is where I started.
www.asp101.com
This is where I started.
Forum:
ASP
08-13-2002, 09:46 PM
Replies:
7
Form to Email Processing
Views:
2,162
Posted By
Hatch
Is the email going into your Badmail folder?
Is the email going into your Badmail folder?
Forum:
ASP
08-13-2002, 09:40 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
Hey guys, I finally got this working. This...
Hey guys,
I finally got this working.
This is what I had to do just in case someone else runs into this problem.
I had to download the cdonts.dll file and register it. Then I had to setup a...
Forum:
ASP
08-09-2002, 01:56 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
I got smtp installed again. If anyone else runs...
I got smtp installed again. If anyone else runs into this problem go here http://www.dynamiclink.host.sk/dll-files/library.e/Dll-Files-E.html to get your dll's.
I still get the same error thow....
Forum:
ASP
08-09-2002, 01:26 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
I have XP Professional. I do have a lagit copy...
I have XP Professional. I do have a lagit copy of XP. The only thing I can think of is that I have installed a bunch of updates off of microsofts.update website and some how it updated the smtp...
Forum:
ASP
08-07-2002, 05:30 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
I uninstalled smtp but now when I install it...
I uninstalled smtp but now when I install it again it wants a whistler profession cd. What is that. I don't have that disk. It needs that file inorder to install smtp. Now what?
Forum:
ASP
08-06-2002, 04:31 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
I am using windows xp for my os, and I'm running...
I am using windows xp for my os, and I'm running version 5.1 of IIS. Does CDONTS come installed on XP? Am I better off running IIS on a NT2000 machine?
If I don't have CDONTS installed where do I...
Forum:
ASP
08-05-2002, 07:48 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
I tried what you said. I get this error now. ...
I tried what you said.
I get this error now.
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'CDONTS.NewMail'
/mail.asp, line 5
I check to see if...
Forum:
ASP
08-01-2002, 03:56 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
I'm actually running the webserver on my windows...
I'm actually running the webserver on my windows xp box. I do have smtp running on the XP box. I get the error at this line
Set objMail = Server.CreateObject("CDONTS.NewMail")
Does windows XP...
Forum:
ASP
07-29-2002, 08:44 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
My problem is that i'm running IIS on a different...
My problem is that i'm running IIS on a different server than the exchange box. How do you connect the 2 together to send an email. I get an error message of Error Type:
Server object, ASP 0177...
Forum:
ASP
07-26-2002, 09:51 PM
Replies:
18
Emailing a form
Views:
6,489
Posted By
Hatch
Emailing a form
How do you email the data submited by a form. I checked asp101.com but their tutorial script would error out on my machine.
Thanks
Forum:
ASP
07-18-2002, 08:56 PM
Replies:
5
Inserting multiple check boxes into DB
Views:
3,089
Posted By
Hatch
Will you beable to click on more than one part...
Will you beable to click on more than one part with a radio button. and when I set it up like this how do I get the value from the next page (addcart.asp).
Would I do a request("Field") ??
I'm very...
Forum:
ASP
07-18-2002, 08:50 PM
Replies:
2
Preventing duplicate entries into an access db
Views:
2,455
Posted By
Hatch
My quess would check the database and match it...
My quess would check the database and match it with the submitted email address.
Forum:
ASP
07-18-2002, 03:44 PM
Replies:
5
Inserting multiple check boxes into DB
Views:
3,089
Posted By
Hatch
Inserting multiple check boxes into DB
I'm creating a shopping cart for bikes.
Depending on wich model of bike the users chooses dfferent parts populate check boxes for that particular model.
For example I choose model 1000.
I have a...
Forum:
ASP
07-16-2002, 05:46 PM
Replies:
8
Inserting Date into Access
Views:
2,198
Posted By
Hatch
Inserting Date into Access
I'm having a problem inserting the date into access.
My access field is formatted as mm/dd/yyyy.
This is what I have in my asp page.
Dim dtToday
dtToday = Date()
objRS.AddNew...
Forum:
ASP
07-15-2002, 08:58 PM
Replies:
9
Form Validation
Views:
2,691
Posted By
Hatch
PERCECT!! Thanks :thumbsup:
PERCECT!!
Thanks :thumbsup:
Forum:
ASP
07-15-2002, 07:37 PM
Replies:
9
Form Validation
Views:
2,691
Posted By
Hatch
Form Validation
Can someone point me in the right direction or (example) for form validation. I have a text box field in a form that connects to an access database. I want to check for numeric numbers only, and...
Showing results 1 to 25 of 29
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:36 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.