I have solved the issue. The default web server settings was using windows authentication where as the individual site was set to anonymous authentication. Apparently IE gets upset if there is different authentication settings.
Hi all
After days of searching I can't find a solution to my problem, I have a web application on our work intranet that when you first log on to the network and load IE, the post data from my web page does not submit. I have made the simplest of forms with one input box posting to the same page...
Hi
I am trying to move from a DSN connection string to a DSNless connection and for some reason I get an error when I try to do it.
My DSN connection was this
Dim objpharws50
Set objpharws50 = Server.CreateObject("ADODB.Connection")
objpharws50.Open "DSN=prescript"
and I have changed to...
I don't know if anyone could have a quick look at the validation below as I have spent hours trying to get it to work without success. The general gist is that there is 5 text boxes that have various checks before submitting. The field ward checks the entry against and array. There is two submit...
it just doesn't work, no matter what date I enter. the error appears to be with
if (theform.datefrom.getTime() > start_date.getTime())
but I can't see anything wrong with it. so maybe something else
Can anyone give me a clue as to why this isn't working, I want to compare the date entered in my form to 1/4/06 I am using
onsubmit="return minus_Validator(this)" to call up the check
<SCRIPT LANGUAGE=JavaScript>
function minus_validator(theform)
{
var start_date =new Date("1/4/2006");
if...
The function to remove zero's above works great but it takes out all of the zero's not just the leading ones. For instance 0045067n becomes 4567n. Is there anyway to just get rid of the leading zeros but leave any zero occuring later on in the string intact. This really has me stumped, can...
Can anyone see the error in the following SQL statement -
"WHERE times.timein Between #" & FormatDateTime(datdays,1) & "# AND #" & FormatDateTime(datend,1) & "# AND times.tech Is Not Null AND times.pharm Is Not Null AND...
I have been able to update my access database for 2 weeks using adopenreadonly. But yesterday I received an error message unable to update query. So I changed to adopenkeyset and it works fine again. I have not made any changes to the web pages although I have incorporated new pages into the...
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.