Is there a way in ASP (VBScript) whereby you can set a particular function to run once the page has finished processing and just before is shuts down? I'm looking for the same behaviour as PHP...
Hi,
I wan't to query Active Directory using LDAP to find all the users in various organsational units (i think!).
I'm very new to LDAP - but I want to loop every users sAMAccountName and...
Hello Expert,
I've got a little code part that does not waht I want. Page.asp has an include that queries a database and retreves an URL (value = page.asp)
Script in page retreives its own...
I set a cookie using the javascipt function below. In a different area of the site I'm trying to pick up the cookie using Request.Cookies("cookiename") but it doesn't see the cookies set by t...
I need to take the results from the first IF statement and run the string through the second IF statement so all formatting is correct prior to submitting into the DB. Each IF statement works...
I have a piece of software on my web server that contains a DLL. When I try and register it, it says it cannot be registered because there is no entry point.
Is there anyway that I can refe...
Hi
I have an asp website which includes a listbox in which the user can select only a certain number of items. The number of selected items has to be shown in a textbox on the page.
The ...
I have a weird situation...
I have a text file, that is a tab delimited file, so I am splitting the line based on vbTab. Well... not every line has the same upper bound. How can I force ...
I have a page that display a listing of files. It is very standard: SQL select statement creates a record set, do/while loop goes through each record and displays the results via ASP on a web ...
I want to display a region IF the field below is NOT null:
<%=(Receipts.Fields.Item("Object_id").Value)%>
My query is a left join and in some records the join returns no results, but rec...
How i can check textarea box?
If i didn't enter any text in the textarea box, i want display pls enter data in the textarea box. How? Iwant to write the program in asp and javascript. pls he...
I need to see if any querystrings exists; otherwise, redirect the page. This is in an asp page. I need help with the syntax.
If request.querystring isNothing then
page.redirect("he...
angelIII helped me earlier with this:
rs.Open "SELECT [STOCK NO], YEAR, MFG, BRAND, MODEL, DCOUNT(""*"", ""STOCK"", ""MODEL='"" & MODEL & ""'"") AS AVAILABLE, PRICE, LOT, TYPE, [WEB PRICE] ...
hi guys,
I am new to ASP and still got lots to learn, however i have taken the jump and can't turn back.
I seem to be having a problem with my data connection to access
Please could someo...
Hi,
I have installed DNN 4.8.4 on my machine and I want to get the authenitication done using AD.....Does anyone know how to do this?
Thx
Hello Experts,
I am storing data into the data dictionary but unable to retrieve it for some reason, I think I am only getting the last record values, please can someone look into this.
Than...
Hello Experts,
I am using attached function to pull data from the xml file and write the listnames into the SELECT.
At the moment it is picking up the names and showing it correctly, however...
I have an admin user interface for a client where he lists radio shows through the interface. He now wants to podcast. I've created the XML creation tool, but I need to tweak it a bit. My m...
I have a database table (Managerchoice) with two fields - choice id (pk) and choice. I have a feature where you can select a tile from a list and it will write to these fields using the attach...
I have a hitcounter-script where I want to reset the number of hits to zero everyday. Maybe even every week too.
If its possible I'd like the new day to be defined according to time zones
Th...
Hello Experts,
I have a page where detailed information of one particular book is been displayed. For an instance title,author, isbn, price etc etc ..!
At the bottom of the page I wanted to ...
I don't understand why don't work.
Can anyone help me?
Thanks,
Gui Reis
<!-- #include virtual="/conteudos/incSystem.asp"-->
<%
set conn=server.createobject("ADODB.Connection")
c...
i'm trying to compare 2 values...
t_pid = L123456789-0001
p_id - L123456789-0001
if (t_pid = p_id) then
response.redirect("sameitem.asp")
end if
i'm not getting the value comp...
DWMX
WIN XP PRO
Classic ASP VBScript
MS Access
Hello. I have a few sites being hosted by remote hosting providers (i.e. Host Gator, GoDaddy, etc.). I have MS Access databases residing ...
Hi Guys,
I've got an xml that has quotes in it. The XML is
<quote>
..
...
....
<container>
<estimate>
<type>ROOF</type>
<amount>345.50</amount>
</estimate>
<estim...