User Profile
Collapse
-
Figured it out, thanks for nothing folks! LOL... -
Anybody have any ideas or suggestions? I really need to have this working in all browsers before I can put it out there. I am doing this as a volunteer for a national organization. Thanks!Leave a comment:
-
I have only tested it on IE and Safari. It works fine on IE but not on Safari. I don't have Firefox on my computer....Leave a comment:
-
-
OK, I put alerts in my function GetxmlHttpObjec t and it displays the alert saying that it got the xml requets for Safari. So why doesn't it display the message. I am sending the message to a div id tag that I have below the input textbox for the email address.
and here is the code to check the email address for duplicate.Code:<div id="output1" style="color: blue;"></div>
...Leave a comment:
-
Works in IE8, but not in Safari?
I have a webpage where the user enters an email address and hits the tab key to activate a function onChange and I use Ajax to read a MySQL database and then displays a message if that email address is already on the database or not. It works fine in IE8, but in Safari it doesn't work. Here is my function to check for which XML Http Object:
...Code:function GetXmlHttpObject(){ if (window.XMLHttpRequest) { // code -
Load duplicate page with same data?
I have a webpage where the user fills out fields and then clicks on Submit, which writes all the information to a MySQL database using Ajax and then continues to another page where they can see the information they just sumbitted and then click on PayPal button to make payment. My question is two part: Using Javascript, can I reload the exact same page in the same format with all the same information but in read-only instead of input and with a PayPal... -
The 3 or 4 return statements are there for testing. An if statement won't work because when the if statement is false, it continues after the if statement and drops out of the function and goes back to the form with whatever the onsubmit has been set to. I tried a do while onreadystate not equal to 4 to try and have it sit there until it gets the response back, but that would time out sometimes, so not really a good option. Any other ideas! Is...Leave a comment:
-
Ok, I put alerts throughout the code, what happens is it goes to my script, comes out of it with the word failure, I check what the xmlHttp.respons eText is and if falilure, set the form submit variable to false or true if it is Success and then it drops out of the if statement and returns true. The problem is I am setting the variable during the readystate = 4 and this can happen anytime, so it can drop out of the if statement before it gets the...Leave a comment:
-
Return to a form from PHP using Ajax?
I submitted this on another PHP/Ajax forum and no one was able to figure it out. I am trying to return to a form from Ajax after clicking on a PayNow button and I want to return true or false depending on if it was able to write a record to my database from a php script. Everything works fine if the record gets written (it continues to PayPal) or if somemone leaves out a required field (it displays a message and stays on the page). But my problem... -
I don't know anything about saving details in a servelet but I am willing to learn. I learn best by seeing examples. Can you provide me a link to an example that shows how to save the information using a servelet and exactly where it goes in the html page and also one that shows how to access that information so I can email it later?...Leave a comment:
-
Passing values through multiple html pages
I have an html page that allows folks to register for an uncoming event, once they fill in the information and hit a Calculate button to figure up their total amount to pay to attend the event, they hit a Pay Now button and it takes them to PayPal to make payment, I want to email all their information on the prior page only after they make Payment. When it takes them to PayPal, the button I created has 2 pages it will take them to dependent on their...
No activity results to display
Show More
Leave a comment: