Hi All,
I'd really appreciate some help on this. It's got me a bit stumped.
I am trying to retrieve all of the Groups that I am a member of from Active Directory. The follow to pieces of code are ways that I am attempting to do this. It works very well with other users...but not for me! It...
Thanks, I'll take a look at these suggestions and try to test them out.
The way I've been attempting to hit the problem is by dynamic sql...as much as I'd like to avoid it.
Hi everyone,
I must be missing something simple here, but I can't seem to find it. When I try to run this openrowset query I get an
"Incorrect syntax near '+'."
error near the line mentioned. Can someone help me find the problem? Thanks:
declare @PropID varchar(16);
declare @FolioNum int...
Hi All,
I'd really appreciate some help on this. It's got me a bit stumped.
I am trying to retrieve all of the Groups that I am a member of from Active Directory. The follow to pieces of code are ways that I am attempting to do this. It works very well with other users...but not for me! It...
I have been trying for a long time now to set up a good debugging environment for my company's website, which, unfortunately, happens to be in classic ASP. Up until now I have never had a way to step-through breakpoints and have, instead, coded a lot of "response.write", but I'm increasingly...
Actually, the page is on an intranet site at my company.
Vacunita, the code above that you posted works fine for me as well! Wierd. So, it's gotta be something else in my code and not the browser per se.
I'll post all of my js and see if there's anything I'm missing:
<HEAD>
<script...
Even if I change the number of characters, the page still submits if I exceed entering the # of characters into the field. So, I guess it's definitely something else.
I do not get any js errors and I've been looking in IE's Developer Tools Script tab for debugging. Cannot figure out what's...
Well, the original form code was a call to a js function, like this:
<form action="http://www.website.com" onsubmit="return validateForm();" method="post">
And here is the (condensed) js:
<script language="javascript" type="text/javascript">
function validateForm() {
var...
Hi everyone,
I'm wondering:
why does my form STILL submit in IE after this code is written (it does NOT submit in other browsers)?:
<form action="http://www.website.com" onsubmit="return false;" method="post">
My button is a type="submit" button.
Thanks for any help
Hi everyone, I was curious to know what would cause a Server.ScriptTimeout value to be bypassed? I have a Server.ScriptTimeout = 120 and my IIS timeout is set to 120 seconds as well. Then I set a 400 second delay in a stored procedure that I call within the script and the whole page waits 400...
hawkdaddy: yeah, I saved the file at home with a different password and it's also shorter (15 characters now).
I saved it in a backwards comptible file type as well.
None of that has helped though.
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.