I've been looking around various threads on this site and found a lot of useful stuff regarding querying Active Directories but I am still having problem getting my code to work.
It is not finding the username within the group when I would expect it to. I'm not sure how to find out the username...
I have been looking at replies to this sort of question but they go into a lot of detail and I am hoping that they contain a lot of stuff that I don't need as they are a bit over my head.
Basically I want my ASP page to retrieve the domain name of the Windows logon. Then if the domain is X then...
Is there a way to display a message when the mouse hovers over a row in a table? I would like the message to pop up like an alt tag. The message it displays needs to be dynamic to reflect the value that is displayed in the first column of the table.
Thank you.
I am trying to join two tables in a bit of an odd way. My tables are:
tblSeg:
RankID | SegAbbrev | LowerLimit | UpperLimit
1 | A | 6 | 100
2 | B | 3 | 5
3 | C | 0 | 2
and
tblX
RecID | Perc...
I have a table that is set up as:
ID | NameID | Star (1 or 0)
1 | 1 | 0
2 | 1 | 0
3 | 1 | 1
4 | 2 | 1
5 | 2 | 1
6 | 3 | 0
I need to produce a recordset that will give me the NameID, the total occurances of the NameID and the...
I have a SQL table with a field type set as varchar. Obviously this field can therefore contain either text or numbers. When retrieving data from the table I need to be able to determine if all the filtered results are numeric or whether there are alpha characters included too. I need to do...
I have a horrible long select statement and I need to use an alias table within it. I have not used alias tables much before and I am having problems getting my syntax correct. When I run my ASP page I get the message "Incorrect syntax near the keyword 'RIGHT'". I have bolded where my alias...
In my ASP page I have a record set that joins many tables. I want the user to be able to select what field to sort on. I cannot just update the "ORDER BY" clause in the select statement with the name of the sorting field though(would take too long too explain why!). What I need basically is to...
My aim is to produce some buttons that when clicked on change the style in which the page is displayed. For instance I have a table with id's in the <td>'s:
<table>
<tr>
<td id="one">aaaa</td>
<td id="two">bbbb</td>
<td id="three">cccc</td>
<td...
I am having problems trying to get a CSS to work in Netscape 4.7.
I am pulling in the stylesheet from another file (js/scripts.js) which retrieves the relevant style sheet according to the browser type. To do this I am using the following in the <head> on each page:
<script...
I am trying to control the properties of a window that is being opened up from a link in a pdf document. Because it is being opened from the pdf I cannot set the properties in the usual way that pop up windows can be controlled. Instead I need to be able to control the properties (such as if a...
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.