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

  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

    Hi Elijah Sounds like a good solution, but it doesn't work when the target url is on another server. I tried this: file master.asp --------------- <% On Error Resume Next Server.Execute &quot;slave.asp&quot; Response.Write &quot;slave failed so we are still in master&quot; %> file slave.asp...
  3. luzmedia

    trapping XMLHTTP.Open errors

    Thanks Tarwn for an excellent solution! Cheers Charlie
  4. 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...
  5. luzmedia

    trapping XMLHTTP.Open errors

    Hi & thanks for your response. What I'm looking for is a GENERAL method of returning TRUE if a URL returns a page of HTML (other than a server-generated error page, of course) and FALSE in all other cases - e.g. the URL doesn't exist, is unavailable just at the moment etc, etc In other words...
  6. 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 =...
  7. 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