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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Claypole

    Split ?

    I have a variable which is passed into my XSLT @Description which is a descriptive string. However I have modified the code so that this string can be hyperlinked under certain conditions which works fine. What I want to know is that can I split the string anyway so that I can have more than one...
  2. Claypole

    setting email alliases

    I am trying to setup an alias webmaster@xxx.com When I type the following command /usr/sbin/postmap dbm:/etc/postfix/virtual I get the following error message postmap : fatal : Open database /etc/postfix/virual.{dir,pag} : respurse temporally unavailable Anyone got any ideas as to what is wrong?
  3. Claypole

    create.object("CDONTS.Newmail") not sending email

    what I meant although not clearly indicated was that when they created a user then they get an email not when they login. Now can you point me in the right direction?
  4. Claypole

    create.object("CDONTS.Newmail") not sending email

    I am trying to send an email from the code when someone logs on to my site just welcoming them. I use the following code which works from ny test server. However the live site nothing happens. What am I missing? I know it uses SMTP set oMsg = server.createobject("CDONTS.Newmail")...
  5. Claypole

    couldn't spawn child process

    BTW: 1) This a Win32 implimentation 2) set "ScriptInterpreterSource registry" 3) set "AddHandler cgi-script .cgi .pl" 4) c:\perl\bin\perl.exe set as default application for file types .cgi & .pl
  6. Claypole

    couldn't spawn child process

    Hi I've recently re-installed my pc would be pulling myn hair out if I had any with regard to the above error message. I'm trying to a run a cgi script but all I get in the error log is couldn't spawn child process: Having searched the web I find this is a common problem but don't seem to find...
  7. Claypole

    ASP Version

    Is there a way of finding what version of ASP you are using and what the latest version is. I'm trying to split but i keep getting a type mismatch error. dim tArray strBuffer="100002","William Baxter School","01527 567567" tArray = Split(strBuffer,",") I...
  8. Claypole

    Opening a FileSystemObject

    I have now altered the script blocking and thats now gettingb past that stage. It then gets stuck on the getFile stage. It recognises that the file is there but seems to indicate that I have no permissions on the file? I have checked these and it is set to everyone is that good enough?
  9. Claypole

    Opening a FileSystemObject

    Please can someone tell me why my code isn't working. I have changed everything 3 times and then used the code from the FAQ. However it it doesn't find the file I get the error message and when it does it does nothing. The oVisit is just my VB Com object sub which prints to an error file. The...
  10. Claypole

    ASP Reading a CSV File

    Thanks for pointing me in the right direction. The objects are causing a problem at the moment so haven't got as far as testing the split but i'm sure it will work. I mentioned split because i'm predominantly a perl programmer and split is used within that. Thanks Again
  11. Claypole

    ASP Reading a CSV File

    I need to be able to read a csv file. A CSV is just a text file at the end of the day so have opened a TextStream I need to know how I can split the line on the comma and populate the variables concerned before writing them to the database. a typical line from the csv file would be as below...
  12. Claypole

    Virgin XSL User. Need to pass value and ID into ASP script

    <xsl:template name=&quot;position&quot;> <select class=&quot;sys_text&quot; name=&quot;position&quot;> <option value=&quot;none&quot;>(select)</option> <xsl:for-each select=&quot;root/position/item&quot;> <option> <xsl:attribute...

Part and Inventory Search

Back
Top