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 bkrike 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. altisdesign

    RSS News Feed to ASP

    I've been reading up on XML and RSS, and I can do ASP, so I'm playing around with trying to retrieve XML information (news headlines) which are in an RSS form. I've looked at lots of 4guys articles, which is what my code is based on, and also looked at w3schools, searched this resource...
  2. altisdesign

    group by confusion

    I've tried to get this select query to work, which for me is quite complicated, but whatever I try I cannot make it successfully select the records I want. I've searched google, but havnt found much on group by and sub queries.. or at least what I need so i wandered if someone here might be...
  3. altisdesign

    MySQL backup using ASP

    I wonder if any of the more experienced members of the board could help me out with this problem I'm having. I'm coming to the conclusion it isn't possible, because I can't find any reference to it anywhere on the web after a good deal of searching. Let me explain my position, I'm writing an...
  4. altisdesign

    How can I use ASP in a JS include file?

    Hi I want to put code into a JS file, so that one code change will change all of the pages, and so each of my pages are more cleanly coded and the code isn't quite so obvious when you view source. However, the Javascript I want to put in the JS file involves ASP to load information out of a...
  5. altisdesign

    How would I do a multidimension array in Javascript?

    Hi, I have a MySQL table containing the unique ids of various members and their details. I need this table to be accessible to client side scripting (Javascript in this case). There is only two fields that I need to be able to access, the unique identifier and then their name, so that this can...

Part and Inventory Search

Back
Top