all groups > inetserver asp general > august 2003 > threads for thursday august 28
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 30 31
Stumped - page executes twice sometimes (even thrice occasionally!)
Posted by Manny at 8/28/2003 11:06:22 PM
I have a web form "Page1.asp" and it reads data from a database, does some
calculations, and displays the records in pages. Works fine.
I have a button that displays on the page, defined as <input type="button"
onClick="OutputData()">
The OutputData() function is a javascript function that ... more >>
True answer re timeouts
Posted by Laphan at 8/28/2003 6:19:10 PM
Hi Guys
I've been using text files for Tab-Delimited/ADO/ASP sites so that users can
update and display their products lists through my system with relative
ease.
Only problem is that for the last few months or so, this system has been
generating loads of timeouts. ISP has said that I shou... more >>
Formatting percent and dealing with division by zero problems
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/28/2003 6:02:13 PM
I have some values that I want to display as percent, such as the
retail price/wholesale price. In some instances, the wholesale price
is zero, so I get a division by zero error.
What can I do to avoid this?
Also, how can I get this to only show two decimals, instead of it
going .##### the... more >>
Detecting new mail?
Posted by Robb Meade at 8/28/2003 5:53:52 PM
Hi all,
I am planning out the stages for an application at work, the application
needs to detect when a client has emailed 'us' and then trigger a new row
written to a database and email the client back by return.
I can see how most of what our application needs to do can be achieved with
A... more >>
Problem with including a header
Posted by Jim Mesara at 8/28/2003 3:37:32 PM
I have the following file structure:
/
header.asp
test.asp
/subDir
testpage.asp
/images
I would like to have header.asp to be usable from all directories.
Header.asp will have images and URLs. When I try to #include the file in
test.asp, it works fine. However, if I #include it in t... more >>
ASP functions can get the HTTP request and response headers?
Posted by John Davis at 8/28/2003 3:12:04 PM
Any ASP functions can get the HTTP request and response headers?
Thanks!
John
... more >>
GetRows Mystery
Posted by Moshe at 8/28/2003 1:52:02 PM
I'm facing an odd behavior in using the GetRows Method. I'm not sure what's
causing it because it has been working fine until now.
I have a sproc that returns 1 row. I display the RS info on the page using a
DO-WHILE loop. All fields have values.
I then rerun the same sproc, but this time ex... more >>
Finding filenames using wildcards
Posted by Robert Wagstaff at 8/28/2003 12:49:31 PM
I have an interesting challenge. I have a client that is
putting pictures into a single folder on the web server.
The files are specific in that the first 5 characters of
the filename are the same ORDER#. The challenge is simply
to find all the filenames with the initial 5 characters
be... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
OT: RSS news feed on my site... HOW?
Posted by mark | r at 8/28/2003 12:42:54 PM
i keep seeing these rss news items and i want to know how i put them on my
site, there xml files?
a have access to both asp and perl scripts do i need one of these to do the
magic? and if so anyone know a good free one :)
cheerz
mark
... more >>
can't login! - authentication prob.
Posted by NickyW at 8/28/2003 12:19:31 PM
Hi,
Can anyone help.
I have a folder on my website that has 'anonymous access' and 'basic
authentication' disabled, and requires 'intergrated Windows authentication'.
This used to work fine, but all of a sudden it won't let me in! . The login
box appears, I have checked the username, password a... more >>
ASP + PAyPal
Posted by Stuart at 8/28/2003 11:37:31 AM
Hi,
Can some one point me to a resource (if there is one) that describes if a
value is sent back to my site from PAyPal once the payment has been
process.
The reason is that I want to perform some actions once I know the payment
has been received and processed.
I have looked the PDN ... more >>
Need suggestions on where to get help
Posted by TurboDuster at 8/28/2003 10:54:34 AM
I've posted a question here twice and unfortunatly got no
reply. Maybe it's a hard question. Maybe I've broken some
sort of netiquette and I'm being shunned. Don't know. If
the former, I would like to ask if anyone could suggest
another good resource for getting help with ASP and forms.
If ... more >>
input type=file
Posted by Paul Moffitt at 8/28/2003 9:38:52 AM
is it possible to define a default or start up directory with input
type="file" field type?
If so, is it also possible to filter by another option box selection?
If so, how so?
Thank you
Paul Moffitt
... more >>
II6 on Server2003 asp 0134 problem
Posted by Björn_Karlsson at 8/28/2003 3:34:53 AM
I just started a new 2003 with II6 and can't get .asp
documents to function. I have enabled asp support. I
copied the web tree from a working IIS NT/4 server. The
following error message is logged in the IIS log:
2003-08-28 09:52:41 10.0.0.107 GET /dplogon.asp
|1|ASP_0134|Invalid_Pro... more >>
Query build
Posted by Larry R. Baker at 8/28/2003 12:30:13 AM
I am having trouble with structuring my query for searching using "LIKE". I
return no records with my current SQL statement. Any suggestions would be
appreciated.
Here is the string I am sending through ASP using VBScript as my language.
Other piece:
strClass = Request("SiteLOCCode")
Str... more >>
|