Help...
The school I work in has migrated to the above spec with AD on the DC but some machines will not log on... A message saying the machine could not connect to the server appears.. I think it has something to do with duplicated machine names but not sure how to fix it...
All help...
Hello peeps,
I'm at my wits end here... I'm using windows XP pro with IIS 5 and do you think I can get gif or JPEG images displayed!!
Ok... rant over... I can view the images in IE if I type in e:\website\school\images\1.gif
However, if I try to relatively or statically link to them in the...
Hi All,
I'm using IE5 on windows 98 and cannot display applets... they merely appear as a picture image with no functionality supported.
I've checked that the following is turned on in internet options >> advanced:
Java Console Enabled
Java Logging Enabled
Under Security >> Custom Level >>...
Hello,
I'm building a web portal that users can submit their sites to.
These sites are linked to.. at moment using repsonse.redirect(address)
Does anyone know of a way to detect a 404 or similar error and redirect the page back to the portal, so site can be flagged as having an error.
Thanks...
Hello all,
I'm trying to return the last 5 entered records into a table by:
SELECT TOP(5)
tbl_link.id
,tbl_link.title
,tbl_link.urlPath
FROM tbl_link
ORDER BY tbl_link.id DESC;
Access keeps throwing an error...
Does anyone know the correct code?
Thanks in advance
Hi,
I'm trying to insert a date/time into sql 7.
The problem is that the variable holding the date/time is in utc format.
Does anyone know how to get around this problem?
Thanks in advance
Mark
Hi,
I'm trying to insert a date/time into sql 7.
The problem is that the variable holding the date/time is in utc format.
Does anyone know how to get around this problem?
Thanks in advance
Mark
Hi,
I'm trying to insert a date/time into sql 7.
The problem is that the variable holding the date/time is in utc format.
Does anyone know how to get around this problem?
Thanks in advance
Mark
You could do a couple of if... else statements as a quick fix
something along the lines of...
If (Var_x <10) then
Var_x = "000" & Var_x
ElseIF (Var_x >=10) and (Var_x <99) then
Var_x = "00" & Var_x
ElseIF (Var_x >=100) and (Var_x <999) then
Var_x = "0" &...
Hi guys
I've got an IFrame in an asp page which I try to call a function to submit a form:
code stored in an <IFrame>:
--------------------------------------
<%@ Language=VBScript %>
<HTML>
<HEAD>
</HEAD>
<BODY bgcolor="PaleGoldenRod">
<script language="javascript">...
Cheers Kridy
Would work but I can't do this as I have a form in the original page and... I need to use another form!!
I was thinking about including an IFrame and accessing a function stored in the page sourcing the IFrame...
See what I'm getting at??
Cheers again Kridy
Mark
Hello Guys
I have this file upload problem... I'm using IIS on windows 2000 server.
I have a overall form which covers most pages (not my code but it's proving harsh to problem around all the same) and I need to do a file upload... which also uses a form submit... which means 2 forms crossing...
Hello guys
I have a table (table1) with four columns:
CustomerID,
CallID,
NotesID,
Notes
There are many customers, who have many CallID. Each CallID has many NoteID, ie 1,2,3, each notesID has a one to one with Notes which holds Varchar(255) strings.
I.E...
Hi Guys
I'm trying to connect to a wsc file from an asp file in the same directory on the server but get an Server object, ASP, Invalid ProgID error.
The page below connects to the wsc file.
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<P>
Wrox Building Supplies</P>
<P> </P>
<%
dim...
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.