Hi all
Does anyone know if spiders etc give a lower page ranking if code in the page being indexed is commeted out, or does it not really matter???
Lord Exell
Hi
I've got a quote engine page using the Post method for forms. I use the Response.Expires=0 on most of the pages to stop users mucking around with values etc. Is there any way we can set up a Custom Page like the Error 404 page so that we can put some nice explanation to our customers...
Hi
I use the "varLocale = SetLocale(1033") asp command
go to http://www.imaginemn.com/scripts-asp-datetime.asp
for setting the format of the date.
You would need something like
<%=Formatdatetime((vardate),2)%>
Hope this helps
Lord Exell
A quick History lesson.
I'm a web developer who uses mainly Windows Platforms for our pages. I've heard a lot of good things about both Windows and Linux. At the end of the day I feel that Windows will never lose its Market Share.
The reason for this is that my erstwhile forefathers were at...
Hi I've just started using Visual Interdev 6.0 for creating webpages, (I've been used to Dreamweaver MX) and for the life of me I cant find the option to turn line numbering on for you code. Please could someone help as I dont want to suffer when a "Error on Line 786" pops up on the browser and...
Hi
I've written some asp that uses the servervariable(LOGON_USER), I've taken anonymous access off so that this variable works and work it does, however a few people dont and we use a "EVERYONE" at work user group, the strange thing is that our login works ok on there's and own pc's however...
...& Server.MapPath(".") & "\database\udl_managers.udl"
objComm.CommandType = &H0001
'This is Recordset for the Scale
objComm.CommandText = "SELECT * FROM RP_1_MAN_DISC_SCALE"
set RS_SCALE = objComm.Execute
'This is Recordset to determine number of rows in the Scale Currently 5 Rows...
...& Server.MapPath(".") & "\database\udl_managers.udl"
objComm.CommandType = &H0001
'This is Recordset for the Scale
objComm.CommandText = "SELECT * FROM RP_1_MAN_DISC_SCALE"
set RS_SCALE = objComm.Execute
'This is Recordset to determine number of rows in the Scale Currently 5 Rows...
Just as a quick note if you dont already know, but to use logins and passwords in a page use.
Request.ServerVariables("LOGON_USER")
Also if your using a SQL Server Database put any login check code into a Stored Procedure as this will stop any SQL Injection as Interanl Users are more of a...
Hi
Below is a basic page I've written using the Select Case Statement, according to all the column inches the syntax is correct however I get a Microsoft VBScript compilation error '800a0400'.
Help
Lord Exell
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled...
Hi All
I'm setting up a site using Access 2000. When I set up a DSN and connect to the database,I look in the "Application" bit of dreamweaver mx which shows all the tables in my database apart from any linked tables to other access 2000 databases. Has anyone have any ideas or...
...In Access the query I want to pull is back query4, however queries 1 2 and 3 are sub queries of 4.
Normally in the asp page I would write Select * from query 3 where field Y is = "Form Variable". No problems here, the problem is that query 1 takes forever to run without a...
...the Form. Can I modify the code below to put the #'s in. (TIMM_ONE Refers to the Request.Form bit as does TIMM_TWO)
TIMM.Source = "SELECT * FROM OPS_EXTRACT WHERE DATE Between " + Replace(TIMM__ONE, "'", "''") + " And " + Replace(TIMM__TWO...
Hi there
I'm trying to create a new graph type in Excel, but seem to be coming up against serious hurdles; can anyone give me any pointers?
Imagine a circle broken up into four sections (could be more) by lines running thought the centre both vertically and horizontally. Along each line is...
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.