Forced submit
Fri, 5 Sep 2008 15:35:53 -0400
How can I force a submit on a form. I want to load a form but then I want to
close it and have it do something and then redirect it. This is ASP 3.0.
thanks
...
|
Consuming XmlNode type with classic ASP.
Fri, 5 Sep 2008 12:34:43 -0700 (PDT)
We wrote a .NET class library that contains a class that produces an
XML document. We traverse that document and set a number of
properties. We wrapped the resulting DLL using COM so that we can
consume it using classic ASP. All of that works just fine. We can
access the XML document and all of the propertie ...
|
msxml3.dll error '80070005'
Fri, 5 Sep 2008 15:23:57 -0400
I have an asp page that is calling the msxml2.dll to open a XML file. When I
load the page for the first time I get
msxml3.dll error '80070005'
Access Denied Error
but when I refresh the page, I can view the data from the XML document. Does
anyone know a cause of this and how can I resolve it? My web ...
|
Timeout or "Cannot find server or DNS Error" with Response.Redirec
Fri, 5 Sep 2008 09:30:01 -0700
I have a asp page that does a Respnse.Redirect() and sometimes I keep
getting a "Cannot find server or DNS Error" [after about a 90 second timeout].
I have validated that the URL being redirected to is valid.
The URL including the query sttring is about 370 charcters long.
The server is a Virtual Machine ...
|
Search for record between two fields (Access)
Fri, 5 Sep 2008 07:14:49 -0700 (PDT)
Hi,
I have a table called 'jobserial'
This contains amongst others, 2 fields called 'PSL_F_Serial' &
'PSL_L_Serial'
Both of these are 'Text' fields (VarChar) which at present hold serial
numbers
I have a form on my ASP page which loads the new serials into the
Access database as a range only, i.e. The f ...
|
Newbie, Wikipedia
Thu, 4 Sep 2008 08:46:44 -0700 (PDT)
Hi!
I'm a total newbie when it comes to ASP (or any type of server-side
programming).
I want to start a project that does the following:
1. query Wikipedia for information regarding articles using the
DotNetWikiBot C# framework (http://dotnetwikibot.sourceforge.net/);
2. process the queries and build ...
|
include virtual in virtual directory?
Wed, 3 Sep 2008 13:10:16 -0700 (PDT)
Hi, all:
Hope somebody can solve this problem for me.
We are migrating 3 asp website into IIS 6.0 on a server 2003. we do
not want to create 3 website since we do not want to acquire different
ports or ip for these websites. SO we create 3 virtual directory under
the default website, but we got problems bec ...
|
|
|
If Then
Wed, 3 Sep 2008 07:08:42 -0700 (PDT)
I am designing a small .asp (classic) application, I am connecting to
a Access 2k database via ADO to retrieve data. I have a number
variable's that contain text that is posted from a previous screen
AMPM = Request.Form("AMPM")
AMPMDate = Request.Form("AMPMDate")
halfday = "(" & AMPM & "," & AMPMDate & ")"
...
|
IIS and SQL Server 2000 Windows Authentication
Wed, 3 Sep 2008 06:47:01 -0700
We have asp.net application setup using Windows Authentication. For the
website, under directory security the only thing checked is "Windows
Authentication". We have the users specified in SQL who have rights to
connect...etc. In the Web.Config, it is specified as Integrated
Security=true. However, when the ...
|
Flash dimension
Wed, 3 Sep 2008 00:10:09 -0300
Hi, the users can upload flashs, but how do I retrieve its dimension?
tried below, but it returns me a wrong width/heigth number
http://www.4guysfromrolla.com/webtech/tips/t102001-1.shtml
Thanks!
...
|