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 SkipVought 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: siuk
  • Order by date
  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...
  15. siuk

    Seen here before, but no unable to find!!! :(

    Hi, I can remeber there being a post up here about how to obtain a browsers username or network name or something. Im not curious about how this works... can anyone forward me to the article ID or show it again? Cheers
  16. siuk

    Pop up windows - forcing to front

    have you tried this on the child window? <body onload=&quot;window.focus(this);&quot;> Hope it works cheers
  17. siuk

    save or open ¦ save or open?

    Hi, Does anyone know if it is possible to produce a save as/open on any link? for example i have a word document link: <a href='/worddocuments/12343.doc'>Document 17th May '02</a> this link will link directly to the word document, however i want to produce the standard save as or open dialog...
  18. siuk

    Mail Applications

    Hi, Does anyone know if it is possible to detect the default mail application a browser is using? I want to be able to do this as I have a form and its method is a mailto: - Obviously not every user has access to a mail prog so i want to be able to forward a user onto a different page if they...
  19. siuk

    validation continued...

    sorry if i was unclear.. I want to be able to accept for example $5.99 - without loosing the .99. But obviously i dont want someone to be able to enter for example - 5.99.90 or something along those lines. please help Many thanks siuk

Part and Inventory Search

Back
Top