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

  1. lexx2gee

    Using webdav in CS4

    Solved this, needed to remove the .aspx extension completely from the virtual directory mapping.
  2. lexx2gee

    webDav access to .aspx files

    Solved this, needed to remove the .aspx extension completely from the virtual directory.
  3. lexx2gee

    webDav access to .aspx files

    Hi all, have just set up webDav between Dreamweaver CS4 and my testing server and all files are checking in and out fine except for my .aspx pages. When I try to check in or out I just got an error message, so I tried adding all verbs to extension mapping for .aspx and this got rid of the...
  4. lexx2gee

    Using webdav in CS4

    Hi, I have set up a remote server and testing account using webDAV in Dreamweaver CS4 and all is working beautifully except when I make changes to .aspx files and then load them onto ther server they are not changing. I get no error messages it says all is complete but when I look at the...
  5. lexx2gee

    Redirecting from an I frame

    Hi all, have just spent a while earching here and google and cant find an answer to my question so hope somebody can help! I have created a form which based on the users first answer dynamically creates the rest of the form in an Iframe. Each form has its own validation/processing etc and all...
  6. lexx2gee

    Dynamic resize not working in firefox!

    Hi all, having a major problem with a new bit of code I have written and hoping iam missing something studid to resolve it. We are using an iframe in our page to switch between a set of results and an info page go to http://test.parkdeanholidays.co.uk and select devon in the search panel then...
  7. lexx2gee

    Replace multiple unwanted characters in javascript function

    Just totally figured this out, i was missing the regular expression! Doh! Thanks anyway, Monday morning what can I say
  8. lexx2gee

    Replace multiple unwanted characters in javascript function

    Hi everyone, a bit stumped with this but Iam sure it is probably simple if you work with javascript a lot. I have written a peice of code to carry out a function on my website which basically submits the variables from an input to an asp form and then displays a message to say thanks for your...
  9. lexx2gee

    Validation help

    Thanks for the help, dont worry about the security this is just to be used for fun it does not give access to anything that needs to be kept secure otherwise I would use a database with server side coding. Works great though, I was nearly there with the || but was using the wrong syntax below...
  10. lexx2gee

    Validation help

    Hi all, I am using a simple script to validate a field in a form to ensure that the correct password is entered into the field before the person can get to the next page. Currently it only take one password but I want to add another yet am struggling using an or condition in the javascript...
  11. lexx2gee

    Any way around the trailing slash on 301 re direct

    Hi all, I have set up a 301 redirect in IIS so that if a visitor to my website types in for example www.parkdeanbrochure.co.uk they will be redirected to www.parkdeanholidays.co.uk/index.aspx?e=1234 Only problem is the redirect is adding a trailing slash at the end of the URL making it...
  12. lexx2gee

    Ignoring the second character in a field

    I tried it and it seems to work like a charm I needed it to look at the first two characters (such as NE for newcastle) and group them to count how many had been entered of the same type (unless the second character was a number which would mean it was a single code such as G for Glasgow) It...
  13. lexx2gee

    Ignoring the second character in a field

    That looks absolutely spot on, I have given it a try and its come back with the results I needed! Thankyou very much for the help, you are a gentleman and a scholar Paul
  14. lexx2gee

    Ignoring the second character in a field

    Hi all, I am having a few problems figuring how to get a result I need for a report in query analyser. I have a table called search_nearest_park and it has two colums in it called zip and created. Zip stores post codes Created stores the created date for record I need to find the top 10...
  15. lexx2gee

    file upload gives an error when upload file with query string

    1) Yeas i want simple upload 2) i want to save on server 3) yes with the same name 4) 1.1
  16. lexx2gee

    file upload gives an error when upload file with query string

    Thanks TipGiver, i have tried this code If Len(request("file1")) > 0 response.write(File1.PostedFile) response.end end if but it does not not dislay anything according to my mind it should display the following string and thats why i am getting error System.Web.HttpPostedFile
  17. lexx2gee

    file upload gives an error when upload file with query string

    When i use without query string it finds the File1 object but when i use with query string it does not find the File1 object. Will you please go to the page links i gave and you will see how i am using query string Thanks for your response
  18. lexx2gee

    file upload gives an error when upload file with query string

    following code i am using to upload file <script runat="server" language="VB"> Dim sFullPath sub btnSubmit_click(byval sender as system.object, byval e as eventArgs) If Len(File1.PostedFile.FileName) > 0 then Dim sPath, sPathFriendly, sFile, sSplit sPath =...
  19. lexx2gee

    Setting up a sub domain in IIS

    Hi, I have my own server from which I host the site and which I have full administrative rights. I can make the websites ok but when it comes to this craic I am a total beginner so any help appreciated. Cheers P
  20. lexx2gee

    Setting up a sub domain in IIS

    Hi Chris, thanks for the info but how do I add a DNS CNAME record? Cheers P

Part and Inventory Search

Back
Top