all groups > inetserver asp general > february 2004 > threads for wednesday february 11
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
Scripting object acts strange
Posted by bogdan at 2/11/2004 10:37:54 PM
Hi All,
I have updated today two of the machines with the recent hot fix
and after rebooting, my usually properly working script
opening file for reading stopped working.
I have following lines
Set fso=Server.CreateObject("Scripting.FileSystemObject")
file_name ="C:\inetpub\te\dump\9.d... more >>
IIs Won't Process ASP
Posted by Mark at 2/11/2004 10:09:30 PM
Hi,
I'm a complete newbie to IIs and ASP (come from the Apache/Cold Fusion
world ). I've created a very simple ASP test page:
<%@ Language=VBScript %>
<% Response.Write "This is a test ASP page." %>
But when I access the page, it just displays the page as text, instead
of processing ... more >>
Sorting values in an array
Posted by David C. Holley at 2/11/2004 9:36:39 PM
Anybody have some ready-made code that will loop through the values in
an array and sort them in ascending or descending order? I'm about to
start building some new functionality that will need to sort the values
in an array and then present them in ascending order. My initial
thoughts are t... more >>
ASP server performance
Posted by Christian Perthen at 2/11/2004 8:02:39 PM
Hi,
Does anybody here know of any resource that provides Active Server Page
performance on differenct server platforms.
I am interested to know what the page/sec, concurrent users (on avarage,
this of course depends on other factors) is for Dell PowerEdge servers.
I recall that 40page/sec on ... more >>
Changing Font Size on <Select> Tag
Posted by M P at 2/11/2004 4:40:00 PM
Is there a way that I can reduce the size of the font on the <select> html
tag? The reason is I have a data that have almost 100+ characters.
Hope you might help!
... more >>
How can I list all files of a directory with fso or wsh....?
Posted by Vilmar Brazão de Oliveira at 2/11/2004 4:26:23 PM
HI,
How can I list all files of a directory with fso or wsh and afterwards write
its names on screen?
Thanks,
--
««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
... more >>
Create Object error
Posted by J P Singh at 2/11/2004 2:52:27 PM
I am getting the following error when using CDONTS to send an email.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/submitauth.asp, line 42
800401f3
We have recently moved the application from a windows 2000 server to a
windows 2003 server with DOT net framewor... more >>
border(grid line) now showing up
Posted by eddie wang at 2/11/2004 2:49:26 PM
The following html doesn't show up cell borders(grid line). Why?
Thanks.
<table width="97%" height="81" border="1" bordercolor=royalblue
cellpadding="0" cellspacing="0">
<tr><td align=center>
<%If not ars.EOF and not ars.BOF then%>
<table cellpadding="0" cellspacing="0" bor... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Default Session expiration?
Posted by M P at 2/11/2004 2:42:17 PM
Does anybody know the default session expiration?
... more >>
Export database to Quickbooks
Posted by Targa at 2/11/2004 1:49:10 PM
Can anyone point me to resources that explain how to import/export
Quickbooks data to/from an Access database?
I tried posting in the db group but got no response. Maybe I worded it wrong
the first time.
Thanks!
... more >>
Printing in ASP page before the script is finished
Posted by Nico Leiska at 2/11/2004 1:33:39 PM
How would it be possible to print some output before the script is finished,
or a line at a time if possible with HTML specs?
This is because I'm running a LDAP query that takes some 30-60 seconds to
complete after which it prints out the info. I would need some status
printed out in the middl... more >>
no sizeable window
Posted by Savas Ates at 2/11/2004 12:51:27 PM
i have a window how can i make no changing my window(this window opens wiht
target=_blank) what code i must add my window page?
... more >>
ADO Constants
Posted by CJM at 2/11/2004 12:44:50 PM
I'm trying to transfer an intranet app from one server to another. I'm
having a problem with the ADO constants on the destination server.
Our intranet site runs on the server.
In a virtual directory, I have a seperate application that is accessible
from the intranet.
I have the following ... more >>
Application in global.asa??
Posted by Vilmar Brazão de Oliveira at 2/11/2004 12:32:32 PM
HI,
Does Anybody know why the routine bellow is decreasing on session_onend
event??
In my index.asp i have this statements:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Option Explicit
Response.Expires = -1
Response.Buffer = True
Session.Abandon()
%>
MY GLOBAL.ASA:
<script language="VB... more >>
formatcurrency puts ( ) for negative numbers
Posted by eddie wang at 2/11/2004 12:20:13 PM
formatcurrency function puts ( ) for negative numbers(e.g. (111) ). How
can I display the negative numbers with a minus sign infront like -111.
Thanks.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Timer function
Posted by JohnWayne at 2/11/2004 11:57:10 AM
Hello All,
I am having a problem calling the Timer function. I get a compile error
when I include a call to this function.
Invalid character
/sirenServer/INCLUDE/test.asp, line 32, column 19
starttime = Timer()
Here is my system setup:
ASP.dll Version: 5.0.2195.6672
VBscript.dll Versi... more >>
session not being killed after user closes browser
Posted by Rafael Chemtob at 2/11/2004 11:54:57 AM
Hi,
I'm using session cookies on my web app and it looks like the session is not
being killed when the user closes the browser. We use a Global.asa file on
our app. Do we have to explicitly write to close the session or does it get
killed when the user is closes their browser?
Please advise... more >>
ADO Stream error. Please HELP
Posted by Pedro at 2/11/2004 11:35:12 AM
I'm trying to execute the piece of code below:
Const adTypeBinary = 1
Dim BinaryStream
Set BinaryStream = CreateObject("ADODB.Stream")
'Specify stream type - we want To get binary data.
BinaryStream.Type = adTypeBinary
'Open the stream
BinaryStream.Open "URL=http://s... more >>
<FRAMESET> (HTML question)
Posted by Jan Plastenjak at 2/11/2004 10:36:34 AM
This question is about html. I have this:
<frameset rows="90%,10%" frameborder="NO" border="0" framespacing="0"
cols="1">
<frame name="topFrame" noresize src="c:\bpp.xml">
<frame name="bottom" scrolling="NO" noresize src="c:\btn.htm">
</frameset>
Is there a way to assign html c... more >>
Redirect with variable
Posted by alexz33 NO[at]SPAM hotmail.com at 2/11/2004 8:54:58 AM
I'm redirecting a value to a page called update.asp from somepage.asp
Recid = Request.QueryString("qryCategory")
Response.redirect "update.asp?" & Recid
So it shows like /update.asp?3
My question is how do i grab that value (3)
and then use it in a query.
Thanks... more >>
convert html to asp using response.write
Posted by eddie wang at 2/11/2004 8:30:29 AM
How to convert the following html to asp page using response.write?
Thanks.
<td align="right"><Font class=content4><%=ars.Fields("REVENUE")%></td>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Server Application Error when running ASP page
Posted by william at 2/11/2004 7:36:07 AM
Hi,
When I tried to run asp page, I got error as follows:
"Server Application Erro
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assista... more >>
Error at Map Path System.Mappath()
Posted by ganesh_j_acharya NO[at]SPAM indiatimes.com at 2/11/2004 4:34:36 AM
Shree Ganesha
Error at Map Path System.Mappath()
Please tell me a walk around for system.mappath("../database/data.mdb")
my files are already configured with this path
now windows 2003 server IIS6.0 is not allowing this
Regards
Ganesh J. Acharya
**********************
visit ht... more >>
|