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 John Tel 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: *

  • Users: pixelz
  • Content: Threads
  • Order by date
  1. pixelz

    RegExp question

    Hi there, I'm trying to validate a string input using the RegExp object. One of the things I want to watch out for is the [url] entry but I'm having problems putting it into the definition. I can do this: var thisReg = /\[url/; with no problems. But I want to use the 'ignore case' flag in...
  2. pixelz

    using variables in recordset object

    Hey all, I have a database of responses to a questionaire - each question has a number of possible responses and each response is stored as a numerical value (ie answer A = 1; answer B = 2 etc) I'm trying to write a function (in javascript ASP) that will give me an array of objects, each with...
  3. pixelz

    User definition problem - BIG PROBLEM!

    Hi there, I'm having the wierdest problem with a sub site in Sharepoint 2003. It comes in multiple steps, so bear with me: Step 1: I defined a couple of users (in 'Active Directory Users and Computers' on my server) but their names were wrong. So I changed them, again on the server. Problem...
  4. pixelz

    Matching strings with RegExp

    Hi all, This regular expression stuff does my head in. In theory I can SO understand it, but I seem to run into problems every time I try and do something even slightly complex with it. So - I've written a little ASP app (in javascript) to take a whole bunch of feedback information out of a...
  5. pixelz

    Replacing characters problem

    Hi there, I've written a small app to get a news headline and story URL out of my MSSQL database and convert it into XML and into an RSS feed. Problem is, of course, that RSS doesn't like '?' or '&' of which my URLs have plenty. If it's an internal url, then no problem, but the minute I use...

Part and Inventory Search

Back
Top