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: luzmedia
  • Content: Threads
  • Order by date
  1. luzmedia

    thumnail in Windows "Open file" dialogue

    I am coding an ASP page to upload image files to the server using an HTML form with <input type=&quot;file&quot;... which is then passed to ASPUpload. Is there any way of making the Windows &quot;Open file&quot; window that comes up in response to type=&quot;file&quot; show a thumbnail to show...
  2. luzmedia

    trapping Response.Redirect error

    How can I trap the error created when Response.Redirect tries to redirect to a non-existent - or unavailable - URL? I've tried On Error Resume Next but the script still falls over if the URL is no good. I have to be able to do this with straightforward ASP and, in particular, without using...
  3. luzmedia

    trapping XMLHTTP.Open errors

    Can anyone please tell me how I can trap a &quot;Page cannot be displayed&quot; or &quot;Page cannot be found&quot; error when calling a URL with the Open method in XMLHTTP? Here's what I want to be able to do: -------------------------- Dim objXmlHttp, target_url Set objXmlHttp =...
  4. luzmedia

    dots in directory names

    I am running IIS5.0 under W2K on my local machine and have a remote website hosted on a W2K Advanced Server. My remote site is a 'reseller' site with multiple domains and so the directories for the domains have '.' in the name (e.g. mydomain.com). I am trying to mirror the remote site on my...

Part and Inventory Search

Back
Top