I picked up this useful code from brainjar to parse a set of folders and display hyperlinks to the contents.
It does this really well but also includes the bloody _vti folders that FrontPage leaves lying around in the results.
I know I need to add someting like
If InStr(1, objItem, "_vti"...
I'm running a copy of Snitz forum. in a mixed mode (and migrating) NT/AD domain. The forums utilise auto logon which works for NT users with this
NT
Set strNTUserInfo = GetObject("WinNT://"+strNTUser)
strNTUserFullName=strNTUserInfo.FullName
and for AD users with this
AD
Set strNTUserInfo...
I know I need to add in some code
(lname = replace(lname, "'", "''"))
to handle apostrophe's in input fields but for the life of me cannot work out where to do it in this Macromedia generated code.
Help....
TIA
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Response.Expires = 60...
Hi
I am mailing a form using the JMail component, when the form is sent the form fields are in apparently random order.
At first I thought it was because I was using a table for layout however after removing the table the results are still the same.......?
I have appended the form, the...
Hi
I'm trying to build an output starting with AUTH_USER that consists of First Initial and Surname without any space, for example 'Alexander Smith' becomes 'ASmith' not 'A Smith'
As implemented below I get 'A Smith' and have problems with the length of the surname...
Hi
I currently use the code below (very helpfully supplied through this forum) to populate a users full name into a form field, I now want to take the first initial and surname to make part of an e-mail address (which will work in a large percentage of cases). How can I truncate...
Hi
I have an html form that includes a field for EMail address. This form passes to sendmail.asp (action="sendmail.asp") which uses the JMail component to actually send the message.
I want the EMail field in the html form to be used as the 'msg.From' value in the sendmail process...
Hi
The code line below is used to display an image referenced in a database field, I would like to open a pdf document instead that is referenced by a database field called dwglink.
response.Write "<img Src=" & """" & dwglink & """" &...
Is it possible to enable http 1.1 through Squid?
We are attempting to move from ISA to Squid 2.5 on RedHat 9. We use an e-commerce site that requires http 1.1 to be enabled in the browser, it is not possible to upload/download from this site when using Squid as the proxy.
Another problem...
I am using ISA as a reverse proxy behind a firewall (DMZ configuration)with one public IP address. Incoming requests are looked up in external DNS and routed to the ISA server.
All internal servers that are published have a destination set defined and a web publishing rule. For example;
1...
As below, OK on IIS4
<%
dim authuser
dim slashpos
dim domainPiece
dim userPiece
authuser = Request.ServerVariables("AUTH_USER")
slashpos = CInt(instr(authuser,"\"))
domainPiece = Left(authuser,slashpos - 1)
userPiece = Right(authuser,Len(authuser) - slashpos)
%>
Gives...
Hi
I need to add two sites to the local intranet zone of some 600+ PC's running Windows 2000 in an NT4 Domain. I have full access to profiles, log in scripts etc (and IEAK - but would prefer to do it without using this).
Any suggestions on the best method to achieve this?
TIA
Webflex
I am moving from an NT4 IIS4 server to an W2K IIS5 Server. Both servers are in the same Intranet domain, the NT4 is a BDC and the W2K a member server.
Resource access is controlled by a domain local group Intranet_Access which contains groups from other domains that are allowed access to...
Hi moving on from a previous problem, I am trying to use the code below to pick up a username and build it into a URL as below, only problem is it does not work, it automatically goes to the notes.asp page, how do i stop it to pick up the username then go to the login page and go to the...
The code below displays a URL to link to a detail page, for some reason the link in the processed page (Photo) displays with speech marks " at the beginning as in "Photo.
response.write RS("dept") & "</td><td>""<A...
Hi
I want to capture an entry in a form field and use it to build a URL as in
"formentry"
becomes http://hardcodedbit/formentry.ext
ideally I'd also like to capture and pass the password from another form field.
(this is for notes but the IBM help system is awful for finding...
We are changing from Exchange to Notes Mail (It's a long story) and I have been asked to create the login page for webmail.
Is there a template available? I know I need to capture the notes username and password and pass to the Notes server, in the format
Username...
Hi
I'm trying to pull an image reference held as a text field in an access database and display it, code of the page is below.
<%
option explicit
dim useraction
dim dsn,sql,conn,rs,flag,color,x
dim fname,lname,tel,mobile,init,dept,id,image
id=request("id")...
Can anyone point me in the direction of a good 'how to' in terms of making the default screensaver for W2K PC's (using system policies from an NT4 PDC) a specified (ss3dfo.scr) with a defined image, that needs to be copied to the local machine?
TIA
Webflex
Running ISA in Cache mode, single NIC - just tried the trial of Trend InterScan WebProtect (which meant having to install IIS!) which installed and was registered OK under Web Filters.
However the browser presented at the proxy was presented with the IIS under construction page.
Any ideas on...
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.