all groups > inetserver asp general > january 2004 > threads for saturday january 31
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
Page Title
Posted by Don Grover at 1/31/2004 9:59:38 PM
How can I get the page title into an variable to handle in my asp.
Don
... more >>
html question
Posted by Mark Watkins at 1/31/2004 6:30:27 PM
Of course, this is not an html board, but some of you may be able to answer
this question. Copy and past the html below into a text file so you can
open it in IE and see what I mean:
--------------------------------BEGIN---------------------------------------
--
<html>
<head>
</head>
... more >>
help: reading an xml file (rss) news feed offsite?
Posted by mark | r at 1/31/2004 5:11:34 PM
i want to 'grab' an rss news feed from a public site that has the xml file
published on an hourly basis.
how do i do this in asp?
mark
... more >>
How can I list my current cookie variables?
Posted by michaaal at 1/31/2004 12:30:14 PM
How can I list my current cookie variables?
... more >>
ASP Script errors.. Only just started happenng....!
Posted by TomT at 1/31/2004 12:16:51 PM
Microsoft VBScript runtime error '800a0046'
Permission denied
This happens when I try and delete a file using :
<!-- asp -->
<%
deletefile = request.querystring("file")
set objfso = createobject("scripting.filesystemobject")
... more >>
[Please help] Cannnot connect ODBC
Posted by Agnes at 1/31/2004 11:12:36 AM
I got a ASP program in the server, it runs properly . However, As I run the
web siste , click 'login' button.
It return the following errors. It seems can't connect the database, I had
stopped the IIS and run it again, (it still didn't work) , I use visual
foxpro to check the database, everyth... more >>
Excel and ASP
Posted by jishguha NO[at]SPAM yahoo.com at 1/31/2004 7:10:57 AM
Hi all ,
I have an small issue in conversion of ASP to excel.
I know how to convert and open, an ASP page in Excel.
But instead of opening it, I would like the xls file to get
saved in a specific directory,
so that it can mailed as an attchment if required.
TO make it clearer, I need... more >>
cannot script-delete / script-move folders
Posted by Apostolis K. at 1/31/2004 6:25:57 AM
I run windows XP and IIS 5.1 and the system doesn't let me to delete or move
folders using FileSystemObject.DeleteFolder(path,force) or
FileSystemObject.MoveFolder(origin,destination). I allow all permitions to
that web folder (Read, Right, Source Access)
I notice that in Windows XP cannot unc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Remote Counter,
Posted by Graham Mattingley at 1/31/2004 6:05:50 AM
Hello Group,
I have been playing with this idea for a month or so, but never really got
anywhere....
I want to make a remote counter image, the same as is found on
mycounter.com, where people have have an IMG SRC on there page which will
increment a SQL counter on my database.
so each ti... more >>
|