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 strongm 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. noslenwerd

    Need to email form data, as well as pass variable to results page. Can

    sorry.. no need to be condescending No I am not a programmer, I am a web designer. Not sure why it lists me as a programmer.
  2. noslenwerd

    Need to email form data, as well as pass variable to results page. Can

    may i ask what response.write actually does? and what do you mean by valueentered, or do I actually type that out? I am a newbie at this Thanks!
  3. noslenwerd

    Need to email form data, as well as pass variable to results page. Can

    Thanks! I just made a test form... I have no problem creating the form, but am confused on how I can pass the equipmentCost value to the results.asp page... Any tips on that? here is the code I am using now but its not working... Response.Redirect("results.asp?" & equipmentCost) But how do I...
  4. noslenwerd

    Need to email form data, as well as pass variable to results page. Can

    Hello, Basically what I would like to see happen is someone fill out this form, and have the information emailed to a certain email address... http://www.goleasing.com/portal/usfitness/ And have the "Equipment cost" field pass on to the page below.... (actually have it pass directly to the...
  5. noslenwerd

    Best shopping cart software?

    Not sure if this is the best place to put this thread, if its the wrong place then sorry. Just wondering if any of you have experience implementing a shopping cart into a website. I am working with a client and they have about 50 products they want to sell on the internet. They suggested...
  6. noslenwerd

    X-Path Validation

    Great thanks for all your help... turns out something like this works... matches( . , '^([0-9]*|[1-9]{1}[0-9]{0,2}(,[0-9]{3})*|NA|N/A|N\.A\.)$' ) This accepts a valid number with a comma in the correct place, N/A, NA etc.
  7. noslenwerd

    X-Path Validation

    Haha it has been very "fun" talking to Altova about this. Their help call system is horrible, no phone support, and it takes 3 days to get any kind of email response from them. Also the info they supply is usually very vague and unhelpful.
  8. noslenwerd

    X-Path Validation

    I understand that the schema and x-path are two different things. Altova does infact validate against the schema, the problem is you CANNOT change the error message the user reads. For instance, see the below screen shot. This is what appears when a user enters incorrect information and it...
  9. noslenwerd

    X-Path Validation

    - The program we are using is Altova StyleVision. www.altova.com - The limitation is the message returned to users, when data they input into an input field is invalid according to the schema,... the message returned to the user is cryptic and not helpful at all. The only way to modify the...
  10. noslenwerd

    X-Path Validation

    Basically what I need to do is set up an X-Path Expression on an input field that will only allowed the following... - One will only allow dates in the following format mm/dd/yyyy BUT will also accept 'NA' - Also need another field that will only accept 'NA', any number, a comma, and a...
  11. noslenwerd

    XSL:FO for PDF

    Okay, I need a program with a gui that I can layout PDFs easily... and will create an xsl-fo file for me. Something that may also support drag and drop features for xml tags? Users fill out an html form on our website, and after they fill it out it will create a finished product (PDF) for them...
  12. noslenwerd

    https/http redirect

    hmm... still a bit confused, im a bit new to javascript so excuse my ignornace... but how do i handle listing each site? is this how you are saying i need to have the code written? if(location.href.indexOf('http://')>-1) {...
  13. noslenwerd

    https/http redirect

    maybe im confused on how to word it but... bottom line is i need a way for my redirect.jsp page to check out the domain name someone is entering from, and based on that domain name, send them to either https:, or http:. So basically i will have 2 lists in my if statement, the list of people...
  14. noslenwerd

    https/http redirect

    Ok, i need a little statement that i can put in out redirect.jsp page that will automatically put CERTAIN users to https: if they try typing in http. The reason it is only for certain users is because some people do not have SSL sites. Also the reason we don't just make different files is...
  15. noslenwerd

    problem with forms...

    For some reason i can't get any of these phone numbers to show when they are being emailed to the recipient. Everything else shows fine. Here is where the data is actually entered http://tinypic.com/view/?pic=9ti97p And here is what the email looks like http://tinypic.com/view/?pic=9ti9dz...
  16. noslenwerd

    Drag and drop UI development?

    Is there a plugin i can download for drag and drop UI development for dreamweaver mx 2004, specifically for jsps?? Similar to how IntelliJ does it? Thanks
  17. noslenwerd

    http redirect to https

    Thanks guys...
  18. noslenwerd

    http redirect to https

    ok great... just put it in any part of the head of my page and it will redirect them to the https? Thanks
  19. noslenwerd

    http redirect to https

    How can i tranfers users who enter in via our http://www.somesite.com address, to go directly to our https://www.somesite.com address? Can this be done with javascript? If so how? Thanks!

Part and Inventory Search

Back
Top