Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NOPOPNOSTYLE

  1. NOPOPNOSTYLE

    Commeted out code

    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
  2. NOPOPNOSTYLE

    Custom "Waring Page has Expired" page

    Nevermind Many thanks for your input. Lord Exell
  3. NOPOPNOSTYLE

    Custom "Waring Page has Expired" page

    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...
  4. NOPOPNOSTYLE

    Date formatting

    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
  5. NOPOPNOSTYLE

    linux not recognised

    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...
  6. NOPOPNOSTYLE

    Line numbers for code

    Thanks Chopstick I cant believe it was there all the time. Cheers Lord Exell
  7. NOPOPNOSTYLE

    Line numbers for code

    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...
  8. NOPOPNOSTYLE

    Problem using a For, Next and Exit For Statements

    Unfortunately not, one cannot fathom this conundrum out. LORD EXELL PS I'm using access 2000 has that got anything to do with this???
  9. NOPOPNOSTYLE

    Problem with Request.servervariables(LOGON_USER)

    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...
  10. NOPOPNOSTYLE

    Problem using a For, Next and Exit For Statements

    Fester Thanks for your prompt reply, var_score should be var_one, just being blond How do you get the Code bit up in your reply? I've re put the code below.... Lord Exell <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <html> <head> <title>Test</title> <meta http-equiv="Content-Type"...
  11. NOPOPNOSTYLE

    Problem using a For, Next and Exit For Statements

    Hi there I've written some code to check a variable against a scale thats held in a table and pulled back in a recordset, the idea is to loop through the table and exit for when the condition is true, however the code only works when the variables value is lower than the min of the first row of...
  12. NOPOPNOSTYLE

    Network username and Password

    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...
  13. NOPOPNOSTYLE

    Select Case syntax problem

    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...
  14. NOPOPNOSTYLE

    Data Access Pages

    Joey I seem to have the same problem as trucap and I use Front Page and I would be very intersted about your solution. Rik Blair
  15. NOPOPNOSTYLE

    Dreamwaever MX not seeing linked Tables

    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 &quot;Application&quot; 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...

Part and Inventory Search

Back
Top