all groups > inetserver asp general > february 2004 > threads for thursday february 19
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
form error
Posted by aguyfromdelhi NO[at]SPAM yahoo.com at 2/19/2004 11:36:31 PM
Hi,
I am trying to some values in a hidden field in a form to another ASP
page using POST method.
The problem is that when I change the value of the hidden field using
javascript after the page has been displayed, on submit it does get
posted. However on checking up whether the value has be... more >>
Reading material requested
Posted by Ciberguy at 2/19/2004 10:15:35 PM
I am -totally- new to programming. I got stuck with this assignment because
no one else wanted it so it was assigned to me.
I am looking for a book that covers ASP that is easy to read and more
importantly easy to understand. I don't have much time to learn this
language. We have several p... more >>
session and SSL
Posted by shank at 2/19/2004 8:35:42 PM
Will Session() (created in SSL) hold its value in SSL, when you go from
https://abc to https://xyz and back to https://abc ? Mine does not appear to
retain its value.
thanks
... more >>
is this possible?
Posted by sam at 2/19/2004 7:16:18 PM
i am running a web server, ftp server, and a web cam server on my home
computer. I am also behind a router and am being assigned a dynamic ip
address by sbc. I am going out of town for a few weeks, and want to be
able to get into all these various things, but i need to know what the
ip addre... more >>
CDO.Send - does not appear to work sending to outside domains.
Posted by Owen at 2/19/2004 5:54:35 PM
I am sending email using CDO but it only seems to work when the "To"
address is within the same domain as mine. When I send to an outside
domain (eg. yahoo.com) the mail simply does not reach the recipient.
I have been testing this with my own email address. There is no error
reported ... more >>
Saving an ASP form to a text file
Posted by Kevin Ingram at 2/19/2004 5:35:44 PM
Ok, this is probably a silly question but I just keep hitting a brick wall
here.
I usually develop my sites entirely in ASP and use a database for data
storage, works great for me. I also sometimes save information to a text
file on my server like c:\invoices\customername.txt for batch process... more >>
Help! CDO.Send returns error '8004020f' -- why???
Posted by Owen at 2/19/2004 5:20:05 PM
Hi, can somebody help me please... I'm trying to set up a very simple
asp page that sends me an email when it runs. This is just to try and
get CDOSYS working so I can send out emails from my website.
Everything is fine right up until I execute the ".Send" method.
What could be wrong? Wha... more >>
Permission denied when using fs.CreateFolder(path)
Posted by AndrewM at 2/19/2004 4:55:08 PM
Hello everyone,
I have an asp page with a create folder script
fs.CreateFolder(path)
When running this on the server I get a Permission denied message as the
IUSER account has no write permission. Does anyone know if I can get this
page to login as a different user in order to run this sc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
change list selection makes field visible?
Posted by RH at 2/19/2004 3:48:51 PM
I have a survey/member form that gathers information.
I would like to have a drop down list on a page that a user selects, either
1, 2 or 3.
If 2 or 3 I would like to show on the form another field for information
gathering
ie: if a user has 1 cat, fields for cat name, sex & age show.
if ... more >>
Convert Number to Text
Posted by Enjoy Life at 2/19/2004 3:16:59 PM
I am making a check writing page and was wondering how to convert a
variable in the form of $1234.56 to One Thousand Two Hundred Thirty
Four Dollars and Fifty Six Cents (Or something like that). Thanks for
the help.
-Darren... more >>
posting to server but staying on same page
Posted by wk6pack at 2/19/2004 3:13:52 PM
Hi,
I have a problem and not quite how to go about solving it.
I have a form written in asp. I wish to submit the form and have the server
return back to the same page without actually refreshing the page.
I know I could write a form, submit it and go to another page.
I've searched the... more >>
MSKB Article 299692 - How to Upload Files to a Web Server using ASP
Posted by Brian M at 2/19/2004 2:51:07 PM
Windows 2000 Server running IIS.
I followed the instructions in this article, building the COM+ component and registering it, and creating the two asp files - Upload.asp and Postfile.asp. The problem is that as soon as I submit the Upload form on the Postfile.asp page, I immediately get an "Out of ... more >>
Request.ServerVariables("HTTP_HOST")
Posted by JT at 2/19/2004 2:19:33 PM
if i am using https, will this work the same as if i were
using http?
Request.ServerVariables("HTTP_HOST")
returns www.mywebsite.net for http.
what about https?????
thanks much
jt... more >>
include files
Posted by JT at 2/19/2004 2:17:07 PM
anyone know the difference between these 3 include
statements?
<!--#include file="folderA/file1.asp"-->
<!--#include virtual="/folderA/file2.asp"-->
<!--#include virtual="../folderA/file3.asp"-->
thanks much for the help
jt... more >>
Microsoft JET Database Engine error '80004005'
Posted by Alex Vidal at 2/19/2004 2:00:53 PM
Hi, I have windows 2000 server with IIS and I program ASP.
I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=basedatos.mdb;" to data base Access and it always works ok.
But I installed the Panda BusinesSecure Antivirus and since then I have had
a lot of problems.
First, win... more >>
Saving an ASP form to a text file
Posted by Kevin Ingram at 2/19/2004 12:45:59 PM
Ok, this is probably a silly question but I just keep hitting a brick wall
here.
I usually develop my sites entirely in ASP and use a database for data
storage, works great for me. I also sometimes save information to a text
file on my server like c:\invoices\customername.txt for batch process... more >>
ASP Woes
Posted by tommyj NO[at]SPAM talk21.com at 2/19/2004 12:14:00 PM
Hi all,
Ok, any help on this would be great, or a pointer in the right
direction if not!
I have a form thats generated on the fly from an Access DB, there's a
number of tick boxes on it, but, the amount of tick boxes differ
dependent on the recordset retrieved. This is working fine, but I'm... more >>
code and debug asp
Posted by none at 2/19/2004 12:07:17 PM
Hi All,
sorry for the basic question but what is the best IDE/tool to code and debug
asp and asp.net scrips?
Cheers,
Ralph
... more >>
ADSI Permissions
Posted by Randy Rahbar at 2/19/2004 11:49:35 AM
I know this isn't the best group to ask this in - but I also know a lot of
you have experience with this kind of stuff, so...
I'm going to be creating a site where customers will be able to set up their
own sub-site (ie. www.mysite.com/theirsubsite). I'll need to be able to
create virtual dir... more >>
How to grap computername
Posted by ryddogop NO[at]SPAM hotmail.com at 2/19/2004 6:47:45 AM
I'm looking for at asp script that grap the clients computername when
they access a local http site. The client and server is in a local
domaine.... more >>
invalid mail address gives error in CDO mail
Posted by gullupapa NO[at]SPAM yahoo.co.in at 2/19/2004 3:22:18 AM
Hi all ,
I'm using CDO from my vb component to fire email. The problem is
whenever one of the email addresses in to, or cc is wrong then none of
the mails are fired even to the correct addresses. It gives an error
like
The server rejected one or more recipient addresses. The server
respons... more >>
Dating Personals Script
Posted by marvado at 2/19/2004 1:33:33 AM
Hi,
Does anybody know of a good and FREE dating/personals script?
I need to put one on my website and looked everywhere for it.
Only I found was AzDGDating, but doesn't cover many aspects of a full-blown
match making site.
thanks,
... more >>
ASPFileUpload Error on Large Files
Posted by paul.deas NO[at]SPAM enm.com at 2/19/2004 12:20:06 AM
I'm using Microsoft's ASPFileUpload routine and everything works just
fine as long as I don't try transfering large files. Anything larger
than about 210K results in the following error message:
Error Type:
Request object, ASP 0104 (0x80004005)
Operation not Allowed
On the .Upload Method.... more >>
ASPFileUpload Error on Large Files
Posted by paul.deas NO[at]SPAM enm.com at 2/19/2004 12:15:12 AM
I'm using Microsoft's ASPFileUpload routines and all works fine as
long as my files are smaller than about 200K. For anything larger
than about 210K, I get the following error:
Error Type:
Request object, ASP 0104 (0x80004005)
Operation not Allowed
On the .Upload method. Has anyone else... more >>
|