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!

Recent content by altisdesign

  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

    Ahh I see... oops I didnt read that :) Thanks - my host uses version 3.3x not sure what sub version. Thats saved me quite a lot of time.. I will break the query up into two stages.
  3. 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...
  4. altisdesign

    MySQL backup using ASP

    Thanks for this, I've sent in the request by mail, I hope they'll accept it :) Thanks for your help - I'll let you know!
  5. altisdesign

    MySQL backup using ASP

    Thanks, I've just tried it... and guess what? I get access denied - my host must have disabled it :(:(:( I can't figure why, I even tried saving it into one of the folders that have write permissions, but I've written to them about it, hopefully they'll give me one folder that I can write to...
  6. altisdesign

    How would I do a multidimension array in Javascript?

    Just wanted to say thanks - havn't been back in a while but the code now works fine :) Many thanks
  7. altisdesign

    MySQL backup using ASP

    Its on a hosted server, so its got all the ODBC drivers installed. What code would I use once I'd created the server object to list out the table schema and do the backup?
  8. altisdesign

    MySQL backup using ASP

    Its MySQL. Sounds interesting - thanks, what code would I use then :)?
  9. 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...
  10. altisdesign

    Browser Encryption Vaildation Script

    Does this help?? <% If Request.ServerVariables(&quot;SERVER_PORT&quot;)=80 Then Dim strSecureURL strSecureURL = &quot;https://&quot; strSecureURL = strSecureURL & Request.ServerVariables(&quot;SERVER_NAME&quot;) strSecureURL = strSecureURL &...
  11. altisdesign

    How can I use ASP in a JS include file?

    But how would I include the ASP file in the JS file?? Many thanks for your response so far, I kind of get what you mean -Altis Design
  12. altisdesign

    get image size????

    http://www.internext.co.za/stefan/bitmapsize/ This component I've got and it works fine for me, very useful. Hope this helps -Altis Design
  13. 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...
  14. altisdesign

    How would I do a multidimension array in Javascript?

    I think I'll use the dictionary object as suggested. How would I then retrieve records? Thanks -Altis Design

Part and Inventory Search

Back
Top