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 siuk

  1. siuk

    making use of non existant directory names

    hi, I don't know if this is even possible, but any help will be appreciated! does anyone know if its possible to make use of directory names that don't actually exist? for example.. http://www.google.com/nonexistanturl/ would it be possible for google to make use of this url even though the...
  2. siuk

    Random SQL

    http://www.sqlteam.com/item.asp?ItemID=8747 here you go!
  3. siuk

    Random SQL

    Hi, thanks for the reply, i found another way as well: "SELECT * FROM Table ORDER by NewId()" this will bring out random records
  4. siuk

    Random SQL

    Hi, Im trying to pull out random rows from an SQL table. Is there anyway to select all rows matching a criteria, in a complete random order? Your help is much appreciated!!
  5. siuk

    file uploading

    thank you very much :)
  6. siuk

    file uploading

    hi, ive been looking for a way of uploading a file from a client to the sever using pure asp code with no plug-in's. Does anyone know of way to do this without downloading a 3rd party program? Many thanks
  7. siuk

    Create Dir

    Hi, Does anyone now if it possible to create a new directory using a physical path? if so do you have any code? Thanks!
  8. siuk

    server.urlencode advice needed!

    Ok no problems solved the problem now! thanks for you help
  9. siuk

    server.urlencode advice needed!

    no sadly this produces the following error: ======================================== Microsoft VBScript runtime (0x800A01B6) Object doesn't support this property or method: 'UrlDecode' ======================================== thats using Server.UrlDecode(string) any ideas?
  10. siuk

    server.urlencode advice needed!

    Hi! Ive encoded a string using server.urlencode(string) and this works fine... However how do i unencode the string such that the text will be without the %55 ect? Does anyone know? Ive tried server.htmldecode and this does not seem to work. any help would be greatly appeciated!! Many Thanks
  11. siuk

    modifying form field values - plz help

    Thanks Very Much.. ParseInt is very cool! : )
  12. siuk

    modifying form field values - plz help

    Hi, Im trying to make a script which will increment a text form field value by 1 each time a button is pressed. Here is my code so far: ======================= <SCRIPT language=&quot;JavaScript&quot;> function function1(afield){ var var1 = afield; var val1 =...
  13. siuk

    javascript download tweek

    yes please, if you could stick it up here that would be great!
  14. siuk

    javascript download tweek

    hi, I was wondering if anyone could help me out. I have a list of html pages kind of a contence page, however when a user clicks on one of the html page link i want a 'save target as' directory box to open. I know this currently works if your linking to a .zip file, is it possible to prompt...

Part and Inventory Search

Back
Top