Hello,
I'm trying to understand more about the codepage directive used in ASP. There are the following directives:
@Codepage="codePageID"
Session.CodePage="codePageID"
Response.CodePag...
It's me again
I have an account with blogger.com
I have a url to an xml file
How can I insert this into an asp page or static html page please?
Hello,
I am trying to use the datediff function in ASP..
date1 = "12/12/07"
date2 = "12/12/08"
outputd = DateDiff("d", date1, date2)
I am expecting 365 ?
However I get this erro...
I have a ASP pages saved as UTF-8 with signature encoding 65001 who only contain the 2 following lines:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
response.Write ...
I have an HTML form with a select dropdown box.
I have a vbscript pulling values from a database.
I'd like to populate the html select listbox options with those values.
Is this possible? ...
Hello and thank you for reading this question.
I am exporting data from a database to an Excel spreadsheet via ADO in ASP using the following method:
<%response.ContentType="application/...
> this is the error
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
[...] line 41
> this is the ex...
Hello,
Is there a function in ASP to determine whether a string has a certain character in it and will return a true or false or something similar ?
thanks,
GISVPN
I have an IFrame that I am showing "List of Items" page (ListOfItems.htm).
Within this HTML page, there are several links that a user can click to drill down to a specific item. The name of ...
I have a Classic asp page (page1) with about twenty fields, I have two buttons, Submit and Preview.
On submit the form is validated for the fields filled in and submitted to the database.
...
Hi all
I am looking for a list of error codes that are associated with FileSystemObject. For example when renaming a folder if there is an error and you catch it and store the error by the fo...
I'm stumped by one single thing when using Msxml2.ServerXMLHTTP.4.0. I'm sending an XML-formatted text string to a foreign server and getting a response back (using Windows 2000 Server and IIS...
Can someone help me with defining classic ASP logic for retrieving data from a ASP.NET web service WSDL using SOAP. I am not sure I am calling event and passing the variables correcly. I jus...
hi,
i was just wondering if there's less cumbersome way to declare a multi-dimensional array like the attached.
i was hoping for something along the lines of:
cpfEvent(0) = (0,"some t...
I am using the new Microsoft Expression Web to build my website and I'm just learning all the cool asp.net features that it integrates. What I really want to learn how to do, though, is attac...
Is there a way to retrieve client's machine name along with all of it's asset via ASP or ActiveX? This is for internal use (intranet).
Assets would include: Inventory hardware, software and u...
how can i use the response.redirect to open the page in the target frame _top?
ASP
What does "if not rs.eof and not rs.bof then" mean?
how can I use it?
do you have a sample?
thanks...
what are the valid values for sendusing and smtpauthenticate? for CDO.Message?
objMail.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
objMail.Configur...
Can anyone tell me how can I prepare for a brain bech test in Webprogramming, ASP , SQL, XML etc..
Are there any brain bench sample tests for free?
I have looked at past questions on this but am still confused!
I want to save text from a textarea control to a database.
I want to be able to display this data both in a textarea control ...
We have a critical app that has been running on NT4 under IIS4 and using MTS. The web site takes uploads from users, writes the file to a process directory,which is not the same path as the we...
Hello,
We read an excel file in ASP like this :
Dim ConnExcel
Set ConnExcel = CreateObject("ADODB.Connection")
Set RSExcel = CreateObject("ADODB.Recordset")
SQL = "sel...
I want to print the Html page without the header details like page1 of1
and footer details like the URL and date at the bottom of the page.
I wanted this to be done programmatically eithe...
I use <a href = javascript:history.go(-1)> links on some of my pages after a process has been done to take teh user back to the results, I currently use the following code to force a refresh (...