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...
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...
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...
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.
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.
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...
- 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...
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...
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...
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)
{...
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...
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...
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...
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
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.