I am trying to parse an XML file with the following code
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.async = False
objXML.Load (Server.MapPath("imsmanifest.xml"))
Set objLst = objXML.getElementsByTagName("resource")
For i = 0 to (objLst.length - 1)
response.write...
I am not sure if I will explain this correctly but here goes.
Our website has a functionality that will allow certain users to schedule classes. We also have a feature that allows users to add people to these classes. On this particular page we have a query that gets all classes that have a...
I am trying to write a script that when returned it checks a certain field. If that field is null then I would put an id into a variable. If the field is not null then I would do a "select into" myvariable from mytable where somefield = q_rec.somefield.
declare nextclassID number;
nextgroupID...
I am trying to write a query with a few where clauses in it. One of the clauses I want to compare the right 4 chars/nums with a known 4 digit number.
Much like the Right function in ASP
Here is my query
Select * from users Where USERNAME = 'myuser' AND (DOB = to_date('8/6/1964','mm/dd/yyyy')...
I have a need to store an oracle function in a CLOB. When a user hits a certain page I want to pull the function out of the CLOB and run it through an ASP page. How do I go about doing this? I have been trying to get it to run for a while now, but I just can't get it to return anything.
A...
I recently learned about the wonderful Regular Expressions, so I am not even what you would consider proficient in it.
My question is how do I set up a Regex that will validate an email address with a "+" in it.
EX: my+Email@No+Regex.com
I haven't seen an email like this but my boss wants...
I know this might be a simple question, but I am beating my head against a wall.
I have a dropdown box that when changed I need to pass an array to a VBscript subroutine. Everytime I try I get an error. Any suggestions?
<%
do while not rsAC.eof
Redim Preserve RS_Array(6, i...
I was wondering if there was a way that I could upload a file, using ASP, Javascript, VBscript, through code only. At the absolute most the user would type the file name. I would already know the directory it is housed in on the client machine.
I would like to get an xml file that is created...
I took home my work laptop, took it off of the work domain and made it a "Workgroup" workgroup. Now back at work I can't log on at all, either with network plugged in or network not plugged in.
Any help would be extremely helpful.
I need to make sure there is information contained within various flavors of inputs. I already have the Dropdown and textboxes working, but I can't get the radio buttons and check boxes.
I want to make sure they are checked. How do I go about doing that. Below is my validation routine and my...
I was wondering if it was possible to use an external source to store and retrieve macros.
I have an excel spreadsheet that has tons of macros and sub routines in it. It is used as a template, so after a while I am going to have a ton of these 200k plus files. I would like to have a seperate...
Is there a way to remove all of the sub routines and buttons in an excel workbook, with the push of a button. Or running some code.
I want to remove all vba and buttons to reduce the size of the file after the file is completed.
I have tried to record a new macro and copy it, but it was...
Does anybody know why I can't close excel, when I open it with a hyperlink.
It will close fine in excel 97 but 2000/XP it doesn't close. Sometimes I get an error other times I don't. It all depends on which computer I am on. The error occured on an XP machine. I have tried it on two other...
I created an Excel workbook in 2000 with all of the necessary refereneces to be able to use Outlook to send an email. The workbook and functions work fine on my machine, but when others in my office with older versions of Excel and Outlook try to use it, the function dont work.
The ideal fix...
I am currently working on a page that before save displays a dropdown listbox. Once the page is saved the list box is replaced with uneditable text. When I run the page after the save I get an error relating to the listbox, that is no longer created.
Is there a way for me to check to see if...
Is there anyway to pass information through a link to excel when you are opening it?
I need to pass project_id and req_id to an excel file that I am opening from my Intranet.
I need this information so I can hit the database and prefill some of the worksheets.
Any help is greatly appreciated.
I am using AcuODBC to connect to flat files in a accounting program called Sirius.
The query I need uses dates but the only date information available is a timestamp.
How do I search on a timestamp.
This is my current Where clause.
AND (PAY_DATE >= '2004-06-30'
AND PAY_DATE <= '2004-06-1')...
I recently added a new harddrive(Western Digital 120 GB) to my HP Pavilion 750n computer. The 750n came with Windows XP Home and an 80GB harddrive. I wanted to put another harddrive in so I could install Windows 2000 without losing XP or the original HP features.
The problem I am having is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.