Hi I have the following asp code below, but I keep getting the syntax error at....
"', " & Request.querystring("workgroupID"), & Request.querystring("criteria"), oConn
--------------------...
The attached code work fine in adobe 8.0 reader < but since installing 9.0 reader the asp link will not populate the fields. Any reason why??
I would like to validate this form before the element values in the form are updated. Please give a sample of code on how to do it.
Right now, our response.redirect commands are generating a 302 response code. We need to code, in ASP, a response.redirect stmt so that it returns a status code = 301 instead of 302. We can ...
I have an assignment to create an asp page that can update multiple fields for a particular sql table via a spreadsheet type appearance. I was wondering if someone could suggest whether or no...
Hello everybody,
I have three dropdown menus (lets say: Drop1, Drop2, Drop3) with three options each (lets say: A, B, C) and I would like to consider all the possible combinations once a user...
Hi,
I have made a stored procedure in SQL and trying to display 14 output paramaters. How do i do this? I have tired countless different codes and can't seem to work it out. One of the outp...
Hi All,
I asked a question about SQL stored procedure with decimals and assigning numericscales and precision and got an answer of:
set p = eqCmd.CreateParameter(, 14, , 9, strData)
p.n...
I have a number of seconds
like 10000
How can I convert this to display as
Hours:Min:seconds
I have a URL (on the same site, with several GET parameters), that needs to be displayed in the middle of another page.
in PHP i would do it with readfile or require
<?php readfile("http:/...
I know this is probably simple, but it is baffling me. I need to pull a date from an Oracle database and compare it to a static date to determine a year. How should this be written so it works...
Hi,
I have a dynamic option list in classic asp that when a user selects a date range I would like to keep the selection in tact when the page posts back to itself. Can anyone assist me ...
I am new to stored procedures and there is what I am trying to do.
I have a table called tblProduct that looks like this.
id
I have another table called tblProductNicheXref that looks l...
OK Experts,
I have a combo-box, and a text-box. I also have two seperate recordsets.I want to populate the text box with a value from TBALE 2 which is filtered through the combo-box. i.e. C...
Hi
I have have text file with contents..
Title....
title
Job fixed ...
BUG01234 Test
Resolved
Change list ...
S:/test/test.asp
-----------------------------...
After reading Maddog´s explanation on using FCKeditor with ASP (see link below) :
http://www.experts-exchange.com/Web/Web_Languages/ASP/Q_21550137.html?qid=21550137
I realized that hi...
Hi all
adding a record to items table, need to check that the item added does not overlap any date ranges already entered.
(See table records below)
At the moment I am not allowing the u...
i want to create a screen that pages up/down htough a recordset / table.
how best to do that??
i tried saving the recordset but that didn't work:
set session("bankreconrecset") = Repa...
HI Experts,
I need to scrape a page from another website using the post method to send form data. I am using MSXML2.ServerXMLHTTP.
I have written some code which can be switched between ...
Here we go again.
I have a script written using CDONTS that sends email to all names in a database table which works fine.
All attempts to use this script with CDOSYS fail.
The CDOSYS ...
Does anyone know if http_refer (request server variables) is supported by all browsers.
Can you point me to a site that lists browsers that can support http_ refer.
how would you code an asp page that if an error occurs to go back to the previous page and display the error in that page?
I have an ASP page that I'm creating users with, but I get the following:
------------------------------
Active Directory error '80070005'
General access denied error
?
-----------...
Hi Experts.
Can I submit values to different pages using a combobox and a send button? Can the selection in the combo box decide the action for me?
I want the combo box to have 3 values:...
Not sure if this is a common question or not. But I can't seem to find my way past getting the ADODB.Fields error '800a0cc1' message. I am trying to update some VB code which I am not too fa...