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

  • Users: siuk
  • Content: Threads
  • 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

    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!!
  3. 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
  4. 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!
  5. 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
  6. 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 =...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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
  12. siuk

    Validation

    Hi, I was wondering if anyone could help me out? I want to be able to validate a user given value. This value is a cash value. I want the user to be able to input for example $5 in 2 different ways - 1 - 5 2 - 5.00 Does anyone have a piece of code or a link to help me? Many Thanks Simon
  13. siuk

    Form Submit

    Hi, I wonder if anyone can help me with this? I want a form to only allow one submit, after this to stop any more submits. For example, if i press submit on my form, and then a second time - i want this second time to not submit the form, but continue with the 1st. Any ideas? hope this makes...
  14. siuk

    Child windows mark2

    Hi sorry if there was some confusion on the last post. But all I want to be able to do is close a child window. If I open a window called 'mywin'. How can I then close this window? ----------------------------------------------------------- var mywin =...
  15. siuk

    Child Windows

    Hi, Does anyone know the correct code for closing a child window? I want to be able to close the child window on the unload event of its parent window. But i cant seem to get it working. Here is some code: ---------------------------------------- Parent Window...
  16. siuk

    Large Loading Times

    Hi, does anyone know a way to display some kind of loading message on a page which takes a while to load. Ive tried some JS - which im pritty sure it will use - but with no success! Anyone had this problem before and solved it? Thanks alot
  17. siuk

    Textbox possibilities

    Hi, I want to be able to disable a text box on my website when a tickbox is pressed. Would this be done by putting something along the lines of: <input type=checkbox onclick=&quot;document.myform.T1.disable&quot;> This does not work - can anyone help me?? I also would like to know how to...
  18. siuk

    Timeout Help!

    Hi im trying to query a huge database, anyone know how I can stop this producing a &quot;timeout Expired&quot; ? strSQL6 = &quot;sp_my_stored1 'siuk','p','&quot;start_date&&quot;'&quot; set report6=objconn.execute(strSQL6) report6.timeout = 200 <--- This is my guess??? do while not...
  19. siuk

    SQL Server 2000 Timeout expired

    Hi, Can anyone tell me how I can stop/prolong my pages producing &quot;Timeout expired&quot;. Thanks!
  20. siuk

    Leaving notification

    hi, I want to know when someone has left my homepage, by closing the browser, changing urls or chrashing ect... is there any javascript codes to help with this? cheers

Part and Inventory Search

Back
Top