im so noob.
All makes sence now, kinda through the code together from a few different places. I understood the get method but had alot of trouble finding good explanations on the post ajax method.
Thanks feherke, This has opend up alot of doors for me now, Iv still got alot to learn but its...
Thanks feherke,
That worked like a dream, had alot of trouble trying to find out how to send that string didnt know that the post method was uriencoded. I am a Novice and didnt even know about uri encoding. Thank you!!!. I guese this is why I should learn DOM. Will study some DOM in future I guese.
Sorry feherke,
here is the full ajax function. I will give this a try.
<script type="text/javascript">
function getXMLObject(){
var xmlHttp = false;
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP")
}
catch (e) {
try {
xmlHttp = new...
Hey guys,
Thanks for reading this, I am lost once again.
I am having trouble understanding how the string is sent in the post method from ajax and how to feed it in to php correctly. I am able to get all my scripts to work but it apears that an incorrect id value is being passed to the server...
Hey guys,
Thanks for taking the time to read this.
I am trying fetch a php logon form with ajax, I have set up a form with a button to fetch the php logon page and display it in a div. I am able to get the form to work with a standard button however when I change the inpute type to "image" the...
sweet that kinda fixed it script works, not the results i was hopping for but atleast it works.
Results of the script runing are:
please fill in the following feildsElement[i]Element[i]Element[i]
which the desired results I was hoping for was supposed to be:
please fill in the following...
Hi, thank you for looking at this post.
I am trying to make my form validation more dynamic, I have never tried to take elements from one array befor and place them in another to be read back to the browser. I am still kinda new to this although I do have an ok grasp on php still noobie at...
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.